#90C8EC

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

Shades of Cornflower #90C8EC

Tints of Cornflower #90C8EC

Color information

#90C8EC (or 0x90C8EC) is unknown color: approx Cornflower. HEX triplet: 90, C8 and EC. RGB value is (144,200,236). Sum of RGB (Red+Green+Blue) = 144+200+236=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #90C8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C8EC is #6F3713. Grayscale: #BBBBBB. Windows color (decimal): -7288596 or 15517840. OLE color: 15517840.

HSL color Cylindrical-coordinate representation of color #90C8EC: hue angle of 203.48º degrees, saturation: 0.71, 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 #90C8EC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144200236-
CMYK0.390.1500.07
HSL203.48º70.77%74.51%-
HSV(B)203.48º38.98%92.55%-
XYZ47.353.2987.15-
YUV187.36155.4597.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.83%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=24.83%
G=34.48%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442002360.390.1500.07203.4870.7774.51
Hex90C8EC27F07cb474b
Octal220310354471707313107113
Binary100100001100100011101100100111111101111100101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,236); }

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

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

 a { background-color: rgb(144,200,236); }

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

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

 span { border-color: rgb(144,200,236); }

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