#96BCD7

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

Shades of Cornflower #96BCD7

Tints of Cornflower #96BCD7

Color information

#96BCD7 (or 0x96BCD7) is unknown color: approx Cornflower. HEX triplet: 96, BC and D7. RGB value is (150,188,215). Sum of RGB (Red+Green+Blue) = 150+188+215=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #96BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD7 is #694328. Grayscale: #B3B3B3. Windows color (decimal): -6898473 or 14138518. OLE color: 14138518.

HSL color Cylindrical-coordinate representation of color #96BCD7: hue angle of 204.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BCD7 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150188215-
CMYK0.300.1300.16
HSL204.92º44.83%71.57%-
HSV(B)204.92º30.23%84.31%-
XYZ42.8347.3671.17-
YUV179.72147.91106.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=27.12%
G=34.00%
B=38.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501882150.300.1300.16204.9244.8371.57
Hex96BCD71ED010cd2d48
Octal226274327361502031555110
Binary100101101011110011010111111101101010000110011011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,215); }

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

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

 a { background-color: rgb(150,188,215); }

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

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

 span { border-color: rgb(150,188,215); }

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