#90C2EF

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

Shades of Cornflower #90C2EF

Tints of Cornflower #90C2EF

Color information

#90C2EF (or 0x90C2EF) is unknown color: approx Cornflower. HEX triplet: 90, C2 and EF. RGB value is (144,194,239). Sum of RGB (Red+Green+Blue) = 144+194+239=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #90C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C2EF is #6F3D10. Grayscale: #B7B7B7. Windows color (decimal): -7290129 or 15712912. OLE color: 15712912.

HSL color Cylindrical-coordinate representation of color #90C2EF: hue angle of 208.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C2EF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144194239-
CMYK0.400.1900.06
HSL208.42º74.8%75.1%-
HSV(B)208.42º39.75%93.73%-
XYZ46.3750.7489.01-
YUV184.18158.9499.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.96%
GREEN value IS 194 (76.17% from 255) = 33.62%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=24.96%
G=33.62%
B=41.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441942390.400.1900.06208.4274.875.1
Hex90C2EF281306d04b4b
Octal220302357502306320113113
Binary1001000011000010111011111010001001101101101000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,194,239); }

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

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

 a { background-color: rgb(144,194,239); }

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

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

 span { border-color: rgb(144,194,239); }

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