#90c0ed

Color #90C0ED Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #90C0ED

Tints of Cornflower #90C0ED

Color information

#90C0ED (or 0x90C0ED) is unknown color: approx Cornflower. HEX triplet: 90, C0 and ED. RGB value is (144,192,237). Sum of RGB (Red+Green+Blue) = 144+192+237=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #90C0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0ED is #6F3F12. Grayscale: #B6B6B6. Windows color (decimal): -7290643 or 15581328. OLE color: 15581328.

HSL color Cylindrical-coordinate representation of color #90C0ED: hue angle of 209.03º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C0ED is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144192237-
CMYK0.390.1900.07
HSL209.03º72.09%74.71%-
HSV(B)209.03º39.24%92.94%-
XYZ45.6449.7487.32-
YUV182.78158.6100.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=25.13%
G=33.51%
B=41.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441922370.390.1900.07209.0372.0974.71
Hex90C0ED271307d1484b
Octal220300355472307321110113
Binary1001000011000000111011011001111001101111101000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90c0ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90c0ed; }

 p { color: rgb(144,192,237); }

 H1.HeaderClassName
 {
   color: #90c0ed;
 }
 .AnyTagClassName
 {
   color: #90c0ed;
 }
</style>
background-color css

<style>
 a { background-color: #90c0ed; }

 a { background-color: rgb(144,192,237); }

 div.DivClassName
 {
   background-color: #90c0ed;
 }
 .BgClassName
 {
   background-color: #90c0ed;
 }
</style>
border-color css

<style>
 span { border-color: #90c0ed; }

 span { border-color: rgb(144,192,237); }

 td.TdClassName
 {
   border-color: #90c0ed;
 }
 .TagClassName
 {
   border-color: #90c0ed;
 }
</style>