#90BBEA

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

Shades of Cornflower #90BBEA

Tints of Cornflower #90BBEA

Color information

#90BBEA (or 0x90BBEA) is unknown color: approx Cornflower. HEX triplet: 90, BB and EA. RGB value is (144,187,234). Sum of RGB (Red+Green+Blue) = 144+187+234=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #90BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBEA is #6F4415. Grayscale: #B3B3B3. Windows color (decimal): -7291926 or 15383440. OLE color: 15383440.

HSL color Cylindrical-coordinate representation of color #90BBEA: hue angle of 211.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BBEA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144187234-
CMYK0.380.2000.08
HSL211.33º68.18%74.12%-
HSV(B)211.33º38.46%91.76%-
XYZ44.1247.4184.67-
YUV179.5158.75102.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=25.49%
G=33.10%
B=41.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441872340.380.2000.08211.3368.1874.12
Hex90BBEA261408d3444a
Octal2202733524624010323104112
Binary10010000101110111110101010011010100010001101001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,187,234); }

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

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

 a { background-color: rgb(144,187,234); }

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

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

 span { border-color: rgb(144,187,234); }

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