Html Css Color HEX #117997 Cerulean

📋 copy color: '#117997'

red 17 ◦ green 121 ◦ blue 151

#117997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #117997

Tints of Cerulean #117997

RGB

 RED value IS 17 (7.03% from 255) = 5.88%

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 5.88%
G = 41.87%
B = 52.25%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117997 (or 0x117997) is known color: Cerulean. HEX triplet: 11, 79 and 97. RGB value is (17,121,151). Sum of RGB (Red+Green+Blue) = 17+121+151=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #117997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117997 is #EE8668. Grayscale: #5D5D5D. Windows color (decimal): -15631977 or 9926929. OLE color: 9926929.

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

Color convert

RGB 17 121 151 -
CMYK 0.89 0.20 0 0.41
HSL 193.43º 0.8% 0.33% -
HSV(B) 193.43º 0.89% 0.59% -
XYZ 12.65 16.03 31.7 -
YUV 93.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 17 121 151 0.89 0.20 0 0.41 193.43 0.8 0.33
Hex 11 79 97 59 14 0 29 C1 50 21
Octal 21 171 227 131 24 0 51 301 120 41
Binary 10001 1111001 10010111 1011001 10100 0 101001 11000001 1010000 100001

Color Harmonies of #117997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117997

Black with #117997

Text Example


Text Example

White with #117997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117997; }

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

 H1.HeaderClassName
 {
   color: #117997;
 }
 .AnyTagClassName
 {
   color: #117997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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