#90BBF0

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

Shades of Cornflower #90BBF0

Tints of Cornflower #90BBF0

Color information

#90BBF0 (or 0x90BBF0) is unknown color: approx Cornflower. HEX triplet: 90, BB and F0. RGB value is (144,187,240). Sum of RGB (Red+Green+Blue) = 144+187+240=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #90BBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBF0 is #6F440F. Grayscale: #B3B3B3. Windows color (decimal): -7291920 or 15776656. OLE color: 15776656.

HSL color Cylindrical-coordinate representation of color #90BBF0: hue angle of 213.12º degrees, saturation: 0.76, 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 #90BBF0 is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144187240-
CMYK0.40.2200.06
HSL213.12º76.19%75.29%-
HSV(B)213.12º40%94.12%-
XYZ4547.7689.29-
YUV180.18161.75102.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=25.22%
G=32.75%
B=42.03%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441872400.40.2200.06213.1276.1975.29
Hex90BBF0281606d54c4b
Octal220273360502606325114113
Binary1001000010111011111100001010001011001101101010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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