#96C1DC

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

Shades of Cornflower #96C1DC

Tints of Cornflower #96C1DC

Color information

#96C1DC (or 0x96C1DC) is unknown color: approx Cornflower. HEX triplet: 96, C1 and DC. RGB value is (150,193,220). Sum of RGB (Red+Green+Blue) = 150+193+220=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #96C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1DC is #693E23. Grayscale: #B7B7B7. Windows color (decimal): -6897188 or 14467478. OLE color: 14467478.

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

Color convert

RGB150193220-
CMYK0.320.1200.14
HSL203.14º50%72.55%-
HSV(B)203.14º31.82%86.27%-
XYZ44.5749.7974.97-
YUV183.22148.75104.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.64%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=26.64%
G=34.28%
B=39.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501932200.320.1200.14203.145072.55
Hex96C1DC20C0Ecb3249
Octal226301334401401631362111
Binary100101101100000111011100100000110001110110010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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