Html Css Color HEX #117D9F Cerulean

📋 copy color: '#117D9F'

red 17 ◦ green 125 ◦ blue 159

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

Shades of Cerulean #117D9F

Tints of Cerulean #117D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 159 (62.5% from 255) = 52.82%

R = 5.65%
G = 41.53%
B = 52.82%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#117D9F (or 0x117D9F) is known color: Cerulean. HEX triplet: 11, 7D and 9F. RGB value is (17,125,159). Sum of RGB (Red+Green+Blue) = 17+125+159=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #117D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D9F is #EE8260. Grayscale: #606060. Windows color (decimal): -15630945 or 10452241. OLE color: 10452241.

HSL color Cylindrical-coordinate representation of color #117D9F: hue angle of 194.37º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117D9F is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 125 159 -
CMYK 0.89 0.21 0 0.38
HSL 194.37º 0.81% 0.35% -
HSV(B) 194.37º 0.89% 0.62% -
XYZ 13.82 17.29 35.41 -
YUV 96.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 17 125 159 0.89 0.21 0 0.38 194.37 0.81 0.35
Hex 11 7D 9F 59 15 0 26 C2 51 23
Octal 21 175 237 131 25 0 46 302 121 43
Binary 10001 1111101 10011111 1011001 10101 0 100110 11000010 1010001 100011

Color Harmonies of #117D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D9F

Black with #117D9F

Text Example


Text Example

White with #117D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117D9F; }

 p { color: rgb(17,125,159); }

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

background-color css

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

 a { background-color: rgb(17,125,159); }

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

border-color css

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

 span { border-color: rgb(17,125,159); }

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