Html Css Color HEX #117196 Cerulean

📋 copy color: '#117196'

red 17 ◦ green 113 ◦ blue 150

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

Shades of Cerulean #117196

Tints of Cerulean #117196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 6.07%
G = 40.36%
B = 53.57%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117196 (or 0x117196) is known color: Cerulean. HEX triplet: 11, 71 and 96. RGB value is (17,113,150). Sum of RGB (Red+Green+Blue) = 17+113+150=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #117196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117196 is #EE8E69. Grayscale: #585858. Windows color (decimal): -15634026 or 9859345. OLE color: 9859345.

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

Color convert

RGB 17 113 150 -
CMYK 0.89 0.25 0 0.41
HSL 196.69º 0.8% 0.33% -
HSV(B) 196.69º 0.89% 0.59% -
XYZ 11.64 14.13 30.97 -
YUV 88.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 17 113 150 0.89 0.25 0 0.41 196.69 0.8 0.33
Hex 11 71 96 59 19 0 29 C5 50 21
Octal 21 161 226 131 31 0 51 305 120 41
Binary 10001 1110001 10010110 1011001 11001 0 101001 11000101 1010000 100001

Color Harmonies of #117196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117196

Black with #117196

Text Example


Text Example

White with #117196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117196; }

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

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

background-color css

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

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

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

border-color css

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

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

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