#117B9D

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

Shades of Cerulean #117B9D

Tints of Cerulean #117B9D

Color information

#117B9D (or 0x117B9D) is unknown color: approx Cerulean. HEX triplet: 11, 7B and 9D. RGB value is (17,123,157). Sum of RGB (Red+Green+Blue) = 17+123+157=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #117B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117B9D is #EE8462. Grayscale: #5E5E5E. Windows color (decimal): -15631459 or 10320657. OLE color: 10320657.

HSL color Cylindrical-coordinate representation of color #117B9D: hue angle of 194.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117B9D is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB17123157-
CMYK0.890.2200.38
HSL194.57º80.46%34.12%-
HSV(B)194.57º89.17%61.57%-
XYZ13.416.7234.42-
YUV95.18162.8872.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=5.72%
G=41.41%
B=52.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171231570.890.2200.38194.5780.4634.12
Hex117B9D5916026c35022
Octal211732351312604630312042
Binary100011111011100111011011001101100100110110000111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,123,157); }

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

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

 a { background-color: rgb(17,123,157); }

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

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

 span { border-color: rgb(17,123,157); }

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