#117EAA

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

Shades of Cerulean #117EAA

Tints of Cerulean #117EAA

Color information

#117EAA (or 0x117EAA) is unknown color: approx Cerulean. HEX triplet: 11, 7E and AA. RGB value is (17,126,170). Sum of RGB (Red+Green+Blue) = 17+126+170=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #117EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EAA is #EE8155. Grayscale: #626262. Windows color (decimal): -15630678 or 11173393. OLE color: 11173393.

HSL color Cylindrical-coordinate representation of color #117EAA: hue angle of 197.25º 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 #117EAA is Cyan = 0.9, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17126170-
CMYK0.90.2600.33
HSL197.25º81.82%36.67%-
HSV(B)197.25º90%66.67%-
XYZ14.9517.9440.71-
YUV98.42168.3969.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.43%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=5.43%
G=40.26%
B=54.31%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171261700.90.2600.33197.2581.8236.67
Hex117EAA5A1A021c55225
Octal211762521323204130512245
Binary100011111110101010101011010110100100001110001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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