Html Css Color HEX #117695 Cerulean

📋 copy color: '#117695'

red 17 ◦ green 118 ◦ blue 149

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

Shades of Cerulean #117695

Tints of Cerulean #117695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 5.99%
G = 41.55%
B = 52.46%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117695 (or 0x117695) is known color: Cerulean. HEX triplet: 11, 76 and 95. RGB value is (17,118,149). Sum of RGB (Red+Green+Blue) = 17+118+149=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #117695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117695 is #EE896A. Grayscale: #5B5B5B. Windows color (decimal): -15632747 or 9795089. OLE color: 9795089.

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

Color convert

RGB 17 118 149 -
CMYK 0.89 0.21 0 0.42
HSL 194.09º 0.8% 0.33% -
HSV(B) 194.09º 0.89% 0.58% -
XYZ 12.13 15.25 30.74 -
YUV 91.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 17 118 149 0.89 0.21 0 0.42 194.09 0.8 0.33
Hex 11 76 95 59 15 0 2A C2 50 21
Octal 21 166 225 131 25 0 52 302 120 41
Binary 10001 1110110 10010101 1011001 10101 0 101010 11000010 1010000 100001

Color Harmonies of #117695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117695

Black with #117695

Text Example


Text Example

White with #117695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117695; }

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

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

background-color css

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

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

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

border-color css

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

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

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