#90CBE8

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

Shades of Cornflower #90CBE8

Tints of Cornflower #90CBE8

Color information

#90CBE8 (or 0x90CBE8) is unknown color: approx Cornflower. HEX triplet: 90, CB and E8. RGB value is (144,203,232). Sum of RGB (Red+Green+Blue) = 144+203+232=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #90CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CBE8 is #6F3417. Grayscale: #BCBCBC. Windows color (decimal): -7287832 or 15256464. OLE color: 15256464.

HSL color Cylindrical-coordinate representation of color #90CBE8: hue angle of 199.77º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90CBE8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144203232-
CMYK0.380.1200.09
HSL199.77º65.67%73.73%-
HSV(B)199.77º37.93%90.98%-
XYZ47.4254.4784.36-
YUV188.66152.4596.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.87%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 232 (91.02% from 255) = 40.07%
R=24.87%
G=35.06%
B=40.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442032320.380.1200.09199.7765.6773.73
Hex90CBE826C09c8424a
Octal2203133504614011310102112
Binary1001000011001011111010001001101100010011100100010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,203,232); }

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

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

 a { background-color: rgb(144,203,232); }

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

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

 span { border-color: rgb(144,203,232); }

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