Html Css Color HEX #117996 Cerulean

📋 copy color: '#117996'

red 17 ◦ green 121 ◦ blue 150

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

Shades of Cerulean #117996

Tints of Cerulean #117996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 5.9%
G = 42.01%
B = 52.08%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117996 (or 0x117996) is known color: Cerulean. HEX triplet: 11, 79 and 96. RGB value is (17,121,150). Sum of RGB (Red+Green+Blue) = 17+121+150=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #117996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117996 is #EE8669. Grayscale: #5C5C5C. Windows color (decimal): -15631978 or 9861393. OLE color: 9861393.

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

Color convert

RGB 17 121 150 -
CMYK 0.89 0.19 0 0.41
HSL 193.08º 0.8% 0.33% -
HSV(B) 193.08º 0.89% 0.59% -
XYZ 12.57 16 31.28 -
YUV 93.21 160.04 73.64 -
System Red Green Blue C M Y K H S L
Decimal 17 121 150 0.89 0.19 0 0.41 193.08 0.8 0.33
Hex 11 79 96 59 13 0 29 C1 50 21
Octal 21 171 226 131 23 0 51 301 120 41
Binary 10001 1111001 10010110 1011001 10011 0 101001 11000001 1010000 100001

Color Harmonies of #117996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117996

Black with #117996

Text Example


Text Example

White with #117996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117996; }

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

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

background-color css

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

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

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

border-color css

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

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

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