#90BBF2

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

Shades of Cornflower #90BBF2

Tints of Cornflower #90BBF2

Color information

#90BBF2 (or 0x90BBF2) is unknown color: approx Cornflower. HEX triplet: 90, BB and F2. RGB value is (144,187,242). Sum of RGB (Red+Green+Blue) = 144+187+242=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #90BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBF2 is #6F440D. Grayscale: #B4B4B4. Windows color (decimal): -7291918 or 15907728. OLE color: 15907728.

HSL color Cylindrical-coordinate representation of color #90BBF2: hue angle of 213.67º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BBF2 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144187242-
CMYK0.400.2300.05
HSL213.67º79.03%75.69%-
HSV(B)213.67º40.5%94.9%-
XYZ45.347.8890.86-
YUV180.41162.75102.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=25.13%
G=32.64%
B=42.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441872420.400.2300.05213.6779.0375.69
Hex90BBF2281705d64f4c
Octal220273362502705326117114
Binary1001000010111011111100101010001011101011101011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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