#96BDDC

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

Shades of Cornflower #96BDDC

Tints of Cornflower #96BDDC

Color information

#96BDDC (or 0x96BDDC) is unknown color: approx Cornflower. HEX triplet: 96, BD and DC. RGB value is (150,189,220). Sum of RGB (Red+Green+Blue) = 150+189+220=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDDC is #694223. Grayscale: #B4B4B4. Windows color (decimal): -6898212 or 14466454. OLE color: 14466454.

HSL color Cylindrical-coordinate representation of color #96BDDC: hue angle of 206.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BDDC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150189220-
CMYK0.320.1400.14
HSL206.57º50%72.55%-
HSV(B)206.57º31.82%86.27%-
XYZ43.6948.0574.68-
YUV180.87150.08105.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=26.83%
G=33.81%
B=39.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501892200.320.1400.14206.575072.55
Hex96BDDC20E0Ecf3249
Octal226275334401601631762111
Binary100101101011110111011100100000111001110110011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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