#96BBF2

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

Shades of Cornflower #96BBF2

Tints of Cornflower #96BBF2

Color information

#96BBF2 (or 0x96BBF2) is unknown color: approx Cornflower. HEX triplet: 96, BB and F2. RGB value is (150,187,242). Sum of RGB (Red+Green+Blue) = 150+187+242=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #96BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBF2 is #69440D. Grayscale: #B5B5B5. Windows color (decimal): -6898702 or 15907734. OLE color: 15907734.

HSL color Cylindrical-coordinate representation of color #96BBF2: hue angle of 215.87º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BBF2 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150187242-
CMYK0.380.2300.05
HSL215.87º77.97%76.86%-
HSV(B)215.87º38.02%94.9%-
XYZ46.3848.4490.91-
YUV182.21161.74105.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=25.91%
G=32.30%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501872420.380.2300.05215.8777.9776.86
Hex96BBF2261705d84e4d
Octal226273362462705330116115
Binary1001011010111011111100101001101011101011101100010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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