Html Css Color HEX #117899 Cerulean

📋 copy color: '#117899'

red 17 ◦ green 120 ◦ blue 153

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

Shades of Cerulean #117899

Tints of Cerulean #117899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 5.86%
G = 41.38%
B = 52.76%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#117899 (or 0x117899) is known color: Cerulean. HEX triplet: 11, 78 and 99. RGB value is (17,120,153). Sum of RGB (Red+Green+Blue) = 17+120+153=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #117899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117899 is #EE8766. Grayscale: #5C5C5C. Windows color (decimal): -15632231 or 10057745. OLE color: 10057745.

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

Color convert

RGB 17 120 153 -
CMYK 0.89 0.22 0 0.4
HSL 194.56º 0.8% 0.33% -
HSV(B) 194.56º 0.89% 0.6% -
XYZ 12.7 15.85 32.53 -
YUV 92.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 17 120 153 0.89 0.22 0 0.4 194.56 0.8 0.33
Hex 11 78 99 59 16 0 28 C3 50 21
Octal 21 170 231 131 26 0 50 303 120 41
Binary 10001 1111000 10011001 1011001 10110 0 101000 11000011 1010000 100001

Color Harmonies of #117899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117899

Black with #117899

Text Example


Text Example

White with #117899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117899; }

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

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

background-color css

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

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

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

border-color css

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

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

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