#90C4DE

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

Shades of Cornflower #90C4DE

Tints of Cornflower #90C4DE

Color information

#90C4DE (or 0x90C4DE) is unknown color: approx Cornflower. HEX triplet: 90, C4 and DE. RGB value is (144,196,222). Sum of RGB (Red+Green+Blue) = 144+196+222=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #90C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C4DE is #6F3B21. Grayscale: #B7B7B7. Windows color (decimal): -7289634 or 14599312. OLE color: 14599312.

HSL color Cylindrical-coordinate representation of color #90C4DE: hue angle of 200º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C4DE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144196222-
CMYK0.350.1200.13
HSL200º54.17%71.76%-
HSV(B)200º35.14%87.06%-
XYZ44.4350.6876.55-
YUV183.42149.7799.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.62%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=25.62%
G=34.88%
B=39.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441962220.350.1200.1320054.1771.76
Hex90C4DE23C0Dc83648
Octal220304336431401531066110
Binary100100001100010011011110100011110001101110010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,196,222); }

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

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

 a { background-color: rgb(144,196,222); }

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

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

 span { border-color: rgb(144,196,222); }

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