#117CAA

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

Shades of Cerulean #117CAA

Tints of Cerulean #117CAA

Color information

#117CAA (or 0x117CAA) is unknown color: approx Cerulean. HEX triplet: 11, 7C and AA. RGB value is (17,124,170). Sum of RGB (Red+Green+Blue) = 17+124+170=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #117CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117CAA is #EE8355. Grayscale: #606060. Windows color (decimal): -15631190 or 11172881. OLE color: 11172881.

HSL color Cylindrical-coordinate representation of color #117CAA: hue angle of 198.04º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117CAA is Cyan = 0.9, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17124170-
CMYK0.90.2700.33
HSL198.04º81.82%36.67%-
HSV(B)198.04º90%66.67%-
XYZ14.6917.4440.62-
YUV97.25169.0570.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=5.47%
G=39.87%
B=54.66%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171241700.90.2700.33198.0481.8236.67
Hex117CAA5A1B021c65225
Octal211742521323304130612245
Binary100011111100101010101011010110110100001110001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,124,170); }

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

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

 a { background-color: rgb(17,124,170); }

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

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

 span { border-color: rgb(17,124,170); }

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