#116FA6

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

Shades of Cerulean #116FA6

Tints of Cerulean #116FA6

Color information

#116FA6 (or 0x116FA6) is unknown color: approx Cerulean. HEX triplet: 11, 6F and A6. RGB value is (17,111,166). Sum of RGB (Red+Green+Blue) = 17+111+166=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #116FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116FA6 is #EE9059. Grayscale: #585858. Windows color (decimal): -15634522 or 10907409. OLE color: 10907409.

HSL color Cylindrical-coordinate representation of color #116FA6: hue angle of 202.15º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116FA6 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB17111166-
CMYK0.900.3300.35
HSL202.15º81.42%35.88%-
HSV(B)202.15º89.76%65.1%-
XYZ12.814.2438.15-
YUV89.16171.3676.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 166 (65.23% from 255) = 56.46%
R=5.78%
G=37.76%
B=56.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171111660.900.3300.35202.1581.4235.88
Hex116FA65A21023ca5124
Octal211572461324104331212144
Binary1000111011111010011010110101000010100011110010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,111,166); }

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

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

 a { background-color: rgb(17,111,166); }

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

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

 span { border-color: rgb(17,111,166); }

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