#96BFE6

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

Shades of Cornflower #96BFE6

Tints of Cornflower #96BFE6

Color information

#96BFE6 (or 0x96BFE6) is unknown color: approx Cornflower. HEX triplet: 96, BF and E6. RGB value is (150,191,230). Sum of RGB (Red+Green+Blue) = 150+191+230=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #96BFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFE6 is #694019. Grayscale: #B6B6B6. Windows color (decimal): -6897690 or 15122326. OLE color: 15122326.

HSL color Cylindrical-coordinate representation of color #96BFE6: hue angle of 209.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96BFE6 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB150191230-
CMYK0.350.1700.10
HSL209.25º61.54%74.51%-
HSV(B)209.25º34.78%90.2%-
XYZ45.4949.4682.01-
YUV183.19154.42104.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.27%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=26.27%
G=33.45%
B=40.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1501912300.350.1700.10209.2561.5474.51
Hex96BFE623110Ad13e4b
Octal226277346432101232176113
Binary1001011010111111111001101000111000101010110100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,230); }

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

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

 a { background-color: rgb(150,191,230); }

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

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

 span { border-color: rgb(150,191,230); }

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