#117CAD

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

Shades of Cerulean #117CAD

Tints of Cerulean #117CAD

Color information

#117CAD (or 0x117CAD) is unknown color: approx Cerulean. HEX triplet: 11, 7C and AD. RGB value is (17,124,173). Sum of RGB (Red+Green+Blue) = 17+124+173=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #117CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117CAD is #EE8352. Grayscale: #616161. Windows color (decimal): -15631187 or 11369489. OLE color: 11369489.

HSL color Cylindrical-coordinate representation of color #117CAD: hue angle of 198.85º 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 #117CAD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17124173-
CMYK0.900.2800.32
HSL198.85º82.11%37.25%-
HSV(B)198.85º90.17%67.84%-
XYZ14.9817.5542.13-
YUV97.59170.5570.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.41%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=5.41%
G=39.49%
B=55.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171241730.900.2800.32198.8582.1137.25
Hex117CAD5A1C020c75225
Octal211742551323404030712245
Binary100011111100101011011011010111000100000110001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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