Html Css Color HEX #117696 Cerulean

📋 copy color: '#117696'

red 17 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #117696

Tints of Cerulean #117696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

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

R = 5.96%
G = 41.4%
B = 52.63%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117696 (or 0x117696) is known color: Cerulean. HEX triplet: 11, 76 and 96. RGB value is (17,118,150). Sum of RGB (Red+Green+Blue) = 17+118+150=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #117696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117696 is #EE8969. Grayscale: #5B5B5B. Windows color (decimal): -15632746 or 9860625. OLE color: 9860625.

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

Color convert

RGB 17 118 150 -
CMYK 0.89 0.21 0 0.41
HSL 194.44º 0.8% 0.33% -
HSV(B) 194.44º 0.89% 0.59% -
XYZ 12.21 15.28 31.16 -
YUV 91.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 17 118 150 0.89 0.21 0 0.41 194.44 0.8 0.33
Hex 11 76 96 59 15 0 29 C2 50 21
Octal 21 166 226 131 25 0 51 302 120 41
Binary 10001 1110110 10010110 1011001 10101 0 101001 11000010 1010000 100001

Color Harmonies of #117696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117696

Black with #117696

Text Example


Text Example

White with #117696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117696; }

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

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

background-color css

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

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

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

border-color css

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

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

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