Html Css Color HEX #117699 Cerulean

📋 copy color: '#117699'

red 17 ◦ green 118 ◦ blue 153

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

Shades of Cerulean #117699

Tints of Cerulean #117699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 5.9%
G = 40.97%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#117699 (or 0x117699) is known color: Cerulean. HEX triplet: 11, 76 and 99. RGB value is (17,118,153). Sum of RGB (Red+Green+Blue) = 17+118+153=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #117699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117699 is #EE8966. Grayscale: #5B5B5B. Windows color (decimal): -15632743 or 10057233. OLE color: 10057233.

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

Color convert

RGB 17 118 153 -
CMYK 0.89 0.23 0 0.4
HSL 195.44º 0.8% 0.33% -
HSV(B) 195.44º 0.89% 0.6% -
XYZ 12.46 15.38 32.45 -
YUV 91.79 162.54 74.65 -
System Red Green Blue C M Y K H S L
Decimal 17 118 153 0.89 0.23 0 0.4 195.44 0.8 0.33
Hex 11 76 99 59 17 0 28 C3 50 21
Octal 21 166 231 131 27 0 50 303 120 41
Binary 10001 1110110 10011001 1011001 10111 0 101000 11000011 1010000 100001

Color Harmonies of #117699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117699

Black with #117699

Text Example


Text Example

White with #117699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117699; }

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

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

background-color css

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

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

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

border-color css

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

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

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