#96C6EC

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

Shades of Cornflower #96C6EC

Tints of Cornflower #96C6EC

Color information

#96C6EC (or 0x96C6EC) is unknown color: approx Cornflower. HEX triplet: 96, C6 and EC. RGB value is (150,198,236). Sum of RGB (Red+Green+Blue) = 150+198+236=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #96C6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C6EC is #693913. Grayscale: #BBBBBB. Windows color (decimal): -6895892 or 15517334. OLE color: 15517334.

HSL color Cylindrical-coordinate representation of color #96C6EC: hue angle of 206.51º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C6EC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150198236-
CMYK0.360.1600.07
HSL206.51º69.35%75.69%-
HSV(B)206.51º36.44%92.55%-
XYZ47.9152.9387.05-
YUV187.98155.1100.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.68%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=25.68%
G=33.90%
B=40.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501982360.360.1600.07206.5169.3575.69
Hex96C6EC241007cf454c
Octal226306354442007317105114
Binary1001011011000110111011001001001000001111100111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,236); }

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

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

 a { background-color: rgb(150,198,236); }

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

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

 span { border-color: rgb(150,198,236); }

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