#117097

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

Shades of Cerulean #117097

Tints of Cerulean #117097

Color information

#117097 (or 0x117097) is unknown color: approx Cerulean. HEX triplet: 11, 70 and 97. RGB value is (17,112,151). Sum of RGB (Red+Green+Blue) = 17+112+151=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #117097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117097 is #EE8F68. Grayscale: #575757. Windows color (decimal): -15634281 or 9924625. OLE color: 9924625.

HSL color Cylindrical-coordinate representation of color #117097: hue angle of 197.46º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117097 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17112151-
CMYK0.890.2600.41
HSL197.46º79.76%32.94%-
HSV(B)197.46º88.74%59.22%-
XYZ11.6113.9431.36-
YUV88.04163.5377.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 151 (59.38% from 255) = 53.93%
R=6.07%
G=40%
B=53.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171121510.890.2600.41197.4679.7632.94
Hex117097591A029c55021
Octal211602271313205130512041
Binary100011110000100101111011001110100101001110001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117097; }

 p { color: rgb(17,112,151); }

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

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

 a { background-color: rgb(17,112,151); }

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

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

 span { border-color: rgb(17,112,151); }

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