#117AB6

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

Shades of Cerulean #117AB6

Tints of Cerulean #117AB6

Color information

#117AB6 (or 0x117AB6) is unknown color: approx Cerulean. HEX triplet: 11, 7A and B6. RGB value is (17,122,182). Sum of RGB (Red+Green+Blue) = 17+122+182=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #117AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AB6 is #EE8549. Grayscale: #616161. Windows color (decimal): -15631690 or 11958801. OLE color: 11958801.

HSL color Cylindrical-coordinate representation of color #117AB6: hue angle of 201.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117AB6 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17122182-
CMYK0.910.3300.29
HSL201.82º82.91%39.02%-
HSV(B)201.82º90.66%71.37%-
XYZ15.6317.4246.79-
YUV97.44175.7170.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.30%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 182 (71.48% from 255) = 56.70%
R=5.30%
G=38.01%
B=56.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171221820.910.3300.29201.8282.9139.02
Hex117AB65B2101Dca5327
Octal211722661334103531212347
Binary100011111010101101101011011100001011101110010101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117AB6; }

 p { color: rgb(17,122,182); }

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

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

 a { background-color: rgb(17,122,182); }

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

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

 span { border-color: rgb(17,122,182); }

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