#117596

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

Shades of Cerulean #117596

Tints of Cerulean #117596

Color information

#117596 (or 0x117596) is unknown color: approx Cerulean. HEX triplet: 11, 75 and 96. RGB value is (17,117,150). Sum of RGB (Red+Green+Blue) = 17+117+150=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #117596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117596 is #EE8A69. Grayscale: #5A5A5A. Windows color (decimal): -15633002 or 9860369. OLE color: 9860369.

HSL color Cylindrical-coordinate representation of color #117596: hue angle of 194.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117596 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17117150-
CMYK0.890.2200.41
HSL194.89º79.64%32.75%-
HSV(B)194.89º88.67%58.82%-
XYZ12.115.0431.12-
YUV90.86161.3775.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.99%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=5.99%
G=41.20%
B=52.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171171500.890.2200.41194.8979.6432.75
Hex1175965916029c35021
Octal211652261312605130312041
Binary100011110101100101101011001101100101001110000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117596; }

 p { color: rgb(17,117,150); }

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

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

 a { background-color: rgb(17,117,150); }

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

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

 span { border-color: rgb(17,117,150); }

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