#116C96

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

Shades of Cerulean #116C96

Tints of Cerulean #116C96

Color information

#116C96 (or 0x116C96) is unknown color: approx Cerulean. HEX triplet: 11, 6C and 96. RGB value is (17,108,150). Sum of RGB (Red+Green+Blue) = 17+108+150=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #116C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116C96 is #EE9369. Grayscale: #555555. Windows color (decimal): -15635306 or 9858065. OLE color: 9858065.

HSL color Cylindrical-coordinate representation of color #116C96: hue angle of 198.95º 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 #116C96 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17108150-
CMYK0.890.2800.41
HSL198.95º79.64%32.75%-
HSV(B)198.95º88.67%58.82%-
XYZ11.113.0530.79-
YUV85.58164.3579.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=6.18%
G=39.27%
B=54.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171081500.890.2800.41198.9579.6432.75
Hex116C96591C029c75021
Octal211542261313405130712041
Binary100011101100100101101011001111000101001110001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116C96; }

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

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

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

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

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

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

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

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