Html Css Color HEX #117998 Cerulean

📋 copy color: '#117998'

red 17 ◦ green 121 ◦ blue 152

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

Shades of Cerulean #117998

Tints of Cerulean #117998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 5.86%
G = 41.72%
B = 52.41%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117998 (or 0x117998) is known color: Cerulean. HEX triplet: 11, 79 and 98. RGB value is (17,121,152). Sum of RGB (Red+Green+Blue) = 17+121+152=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #117998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117998 is #EE8667. Grayscale: #5D5D5D. Windows color (decimal): -15631976 or 9992465. OLE color: 9992465.

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

Color convert

RGB 17 121 152 -
CMYK 0.89 0.20 0 0.40
HSL 193.78º 0.8% 0.33% -
HSV(B) 193.78º 0.89% 0.6% -
XYZ 12.74 16.06 32.13 -
YUV 93.44 161.04 73.48 -
System Red Green Blue C M Y K H S L
Decimal 17 121 152 0.89 0.20 0 0.40 193.78 0.8 0.33
Hex 11 79 98 59 14 0 28 C2 50 21
Octal 21 171 230 131 24 0 50 302 120 41
Binary 10001 1111001 10011000 1011001 10100 0 101000 11000010 1010000 100001

Color Harmonies of #117998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117998

Black with #117998

Text Example


Text Example

White with #117998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117998; }

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

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

background-color css

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

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

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

border-color css

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

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

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