#96BCD8

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

Shades of Cornflower #96BCD8

Tints of Cornflower #96BCD8

Color information

#96BCD8 (or 0x96BCD8) is unknown color: approx Cornflower. HEX triplet: 96, BC and D8. RGB value is (150,188,216). Sum of RGB (Red+Green+Blue) = 150+188+216=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #96BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD8 is #694327. Grayscale: #B3B3B3. Windows color (decimal): -6898472 or 14204054. OLE color: 14204054.

HSL color Cylindrical-coordinate representation of color #96BCD8: hue angle of 205.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BCD8 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150188216-
CMYK0.310.1300.15
HSL205.45º45.83%71.76%-
HSV(B)205.45º30.56%84.71%-
XYZ42.9647.4171.85-
YUV179.83148.41106.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=27.08%
G=33.94%
B=38.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501882160.310.1300.15205.4545.8371.76
Hex96BCD81FD0Fcd2e48
Octal226274330371501731556110
Binary10010110101111001101100011111110101111110011011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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