#117DAA

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

Shades of Cerulean #117DAA

Tints of Cerulean #117DAA

Color information

#117DAA (or 0x117DAA) is unknown color: approx Cerulean. HEX triplet: 11, 7D and AA. RGB value is (17,125,170). Sum of RGB (Red+Green+Blue) = 17+125+170=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #117DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DAA is #EE8255. Grayscale: #616161. Windows color (decimal): -15630934 or 11173137. OLE color: 11173137.

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

Color convert

RGB17125170-
CMYK0.90.2600.33
HSL197.65º81.82%36.67%-
HSV(B)197.65º90%66.67%-
XYZ14.8217.6940.66-
YUV97.84168.7270.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=5.45%
G=40.06%
B=54.49%

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
Decimal171251700.90.2600.33197.6581.8236.67
Hex117DAA5A1A021c65225
Octal211752521323204130612245
Binary100011111101101010101011010110100100001110001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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