#96C6EF

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

Shades of Cornflower #96C6EF

Tints of Cornflower #96C6EF

Color information

#96C6EF (or 0x96C6EF) is unknown color: approx Cornflower. HEX triplet: 96, C6 and EF. RGB value is (150,198,239). Sum of RGB (Red+Green+Blue) = 150+198+239=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #96C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C6EF is #693910. Grayscale: #BCBCBC. Windows color (decimal): -6895889 or 15713942. OLE color: 15713942.

HSL color Cylindrical-coordinate representation of color #96C6EF: hue angle of 207.64º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C6EF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150198239-
CMYK0.370.1700.06
HSL207.64º73.55%76.27%-
HSV(B)207.64º37.24%93.73%-
XYZ48.3553.189.36-
YUV188.32156.6100.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=25.55%
G=33.73%
B=40.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501982390.370.1700.06207.6473.5576.27
Hex96C6EF251106d04a4c
Octal226306357452106320112114
Binary1001011011000110111011111001011000101101101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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