#117CAE

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

Shades of Cerulean #117CAE

Tints of Cerulean #117CAE

Color information

#117CAE (or 0x117CAE) is unknown color: approx Cerulean. HEX triplet: 11, 7C and AE. RGB value is (17,124,174). Sum of RGB (Red+Green+Blue) = 17+124+174=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #117CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117CAE is #EE8351. Grayscale: #616161. Windows color (decimal): -15631186 or 11435025. OLE color: 11435025.

HSL color Cylindrical-coordinate representation of color #117CAE: hue angle of 199.11º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117CAE is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17124174-
CMYK0.900.2900.32
HSL199.11º82.2%37.45%-
HSV(B)199.11º90.23%68.24%-
XYZ15.0817.5942.64-
YUV97.71171.0570.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=5.40%
G=39.37%
B=55.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171241740.900.2900.32199.1182.237.45
Hex117CAE5A1D020c75225
Octal211742561323504030712245
Binary100011111100101011101011010111010100000110001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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