#96BEDC

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

Shades of Cornflower #96BEDC

Tints of Cornflower #96BEDC

Color information

#96BEDC (or 0x96BEDC) is unknown color: approx Cornflower. HEX triplet: 96, BE and DC. RGB value is (150,190,220). Sum of RGB (Red+Green+Blue) = 150+190+220=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEDC is #694123. Grayscale: #B5B5B5. Windows color (decimal): -6897956 or 14466710. OLE color: 14466710.

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

Color convert

RGB150190220-
CMYK0.320.1400.14
HSL205.71º50%72.55%-
HSV(B)205.71º31.82%86.27%-
XYZ43.9148.4874.75-
YUV181.46149.75105.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=26.79%
G=33.93%
B=39.29%

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
Decimal1501902200.320.1400.14205.715072.55
Hex96BEDC20E0Ece3249
Octal226276334401601631662111
Binary100101101011111011011100100000111001110110011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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