#96BCDD

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

Shades of Cornflower #96BCDD

Tints of Cornflower #96BCDD

Color information

#96BCDD (or 0x96BCDD) is unknown color: approx Cornflower. HEX triplet: 96, BC and DD. RGB value is (150,188,221). Sum of RGB (Red+Green+Blue) = 150+188+221=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCDD is #694322. Grayscale: #B4B4B4. Windows color (decimal): -6898467 or 14531734. OLE color: 14531734.

HSL color Cylindrical-coordinate representation of color #96BCDD: hue angle of 207.89º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BCDD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150188221-
CMYK0.320.1500.13
HSL207.89º51.08%72.75%-
HSV(B)207.89º32.13%86.67%-
XYZ43.6147.6775.31-
YUV180.4150.91106.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=26.83%
G=33.63%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501882210.320.1500.13207.8951.0872.75
Hex96BCDD20F0Dd03349
Octal226274335401701532063111
Binary100101101011110011011101100000111101101110100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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