#96BADD

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

Shades of Cornflower #96BADD

Tints of Cornflower #96BADD

Color information

#96BADD (or 0x96BADD) is unknown color: approx Cornflower. HEX triplet: 96, BA and DD. RGB value is (150,186,221). Sum of RGB (Red+Green+Blue) = 150+186+221=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BADD is #694522. Grayscale: #B3B3B3. Windows color (decimal): -6898979 or 14531222. OLE color: 14531222.

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

Color convert

RGB150186221-
CMYK0.320.1600.13
HSL209.58º51.08%72.75%-
HSV(B)209.58º32.13%86.67%-
XYZ43.1946.8275.17-
YUV179.23151.57107.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=26.93%
G=33.39%
B=39.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501862210.320.1600.13209.5851.0872.75
Hex96BADD20100Dd23349
Octal226272335402001532263111
Binary1001011010111010110111011000001000001101110100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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