#96BDD7

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

Shades of Cornflower #96BDD7

Tints of Cornflower #96BDD7

Color information

#96BDD7 (or 0x96BDD7) is unknown color: approx Cornflower. HEX triplet: 96, BD and D7. RGB value is (150,189,215). Sum of RGB (Red+Green+Blue) = 150+189+215=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #96BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDD7 is #694228. Grayscale: #B4B4B4. Windows color (decimal): -6898217 or 14138774. OLE color: 14138774.

HSL color Cylindrical-coordinate representation of color #96BDD7: hue angle of 204º 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 #96BDD7 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150189215-
CMYK0.300.1200.16
HSL204º44.83%71.57%-
HSV(B)204º30.23%84.31%-
XYZ43.0447.7971.25-
YUV180.3147.58106.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=27.08%
G=34.12%
B=38.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501892150.300.1200.1620444.8371.57
Hex96BDD71EC010cc2d48
Octal226275327361402031455110
Binary100101101011110111010111111101100010000110011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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