#96C0D9

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

Shades of Cornflower #96C0D9

Tints of Cornflower #96C0D9

Color information

#96C0D9 (or 0x96C0D9) is unknown color: approx Cornflower. HEX triplet: 96, C0 and D9. RGB value is (150,192,217). Sum of RGB (Red+Green+Blue) = 150+192+217=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #96C0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0D9 is #693F26. Grayscale: #B6B6B6. Windows color (decimal): -6897447 or 14270614. OLE color: 14270614.

HSL color Cylindrical-coordinate representation of color #96C0D9: hue angle of 202.39º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C0D9 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150192217-
CMYK0.310.1200.15
HSL202.39º46.85%71.96%-
HSV(B)202.39º30.88%85.1%-
XYZ43.9549.1972.82-
YUV182.29147.59104.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=26.83%
G=34.35%
B=38.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501922170.310.1200.15202.3946.8571.96
Hex96C0D91FC0Fca2f48
Octal226300331371401731257110
Binary10010110110000001101100111111110001111110010101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,217); }

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

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

 a { background-color: rgb(150,192,217); }

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

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

 span { border-color: rgb(150,192,217); }

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