#117897

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

Shades of Cerulean #117897

Tints of Cerulean #117897

Color information

#117897 (or 0x117897) is unknown color: approx Cerulean. HEX triplet: 11, 78 and 97. RGB value is (17,120,151). Sum of RGB (Red+Green+Blue) = 17+120+151=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #117897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117897 is #EE8768. Grayscale: #5C5C5C. Windows color (decimal): -15632233 or 9926673. OLE color: 9926673.

HSL color Cylindrical-coordinate representation of color #117897: hue angle of 193.88º 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 #117897 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17120151-
CMYK0.890.2100.41
HSL193.88º79.76%32.94%-
HSV(B)193.88º88.74%59.22%-
XYZ12.5315.7931.66-
YUV92.74160.8873.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.90%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=5.90%
G=41.67%
B=52.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171201510.890.2100.41193.8879.7632.94
Hex1178975915029c25021
Octal211702271312505130212041
Binary100011111000100101111011001101010101001110000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117897; }

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

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

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

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

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

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

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

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