#96c7ec

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

Shades of Cornflower #96C7EC

Tints of Cornflower #96C7EC

Color information

#96C7EC (or 0x96C7EC) is unknown color: approx Cornflower. HEX triplet: 96, C7 and EC. RGB value is (150,199,236). Sum of RGB (Red+Green+Blue) = 150+199+236=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #96C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C7EC is #693813. Grayscale: #BCBCBC. Windows color (decimal): -6895636 or 15517590. OLE color: 15517590.

HSL color Cylindrical-coordinate representation of color #96C7EC: hue angle of 205.81º 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 #96C7EC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150199236-
CMYK0.360.1600.07
HSL205.81º69.35%75.69%-
HSV(B)205.81º36.44%92.55%-
XYZ48.1453.3987.12-
YUV188.57154.77100.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.64%
GREEN value IS 199 (78.12% from 255) = 34.02%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=25.64%
G=34.02%
B=40.34%

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
Decimal1501992360.360.1600.07205.8169.3575.69
Hex96C7EC241007ce454c
Octal226307354442007316105114
Binary1001011011000111111011001001001000001111100111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c7ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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