Html Css Color HEX #117C9E Cerulean

📋 copy color: '#117C9E'

red 17 ◦ green 124 ◦ blue 158

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

Shades of Cerulean #117C9E

Tints of Cerulean #117C9E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.47%

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 5.69%
G = 41.47%
B = 52.84%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#117C9E (or 0x117C9E) is known color: Cerulean. HEX triplet: 11, 7C and 9E. RGB value is (17,124,158). Sum of RGB (Red+Green+Blue) = 17+124+158=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #117C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C9E is #EE8361. Grayscale: #5F5F5F. Windows color (decimal): -15631202 or 10386449. OLE color: 10386449.

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

Color convert

RGB 17 124 158 -
CMYK 0.89 0.22 0 0.38
HSL 194.47º 0.81% 0.34% -
HSV(B) 194.47º 0.89% 0.62% -
XYZ 13.61 17 34.91 -
YUV 95.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 17 124 158 0.89 0.22 0 0.38 194.47 0.81 0.34
Hex 11 7C 9E 59 16 0 26 C2 51 22
Octal 21 174 236 131 26 0 46 302 121 42
Binary 10001 1111100 10011110 1011001 10110 0 100110 11000010 1010001 100010

Color Harmonies of #117C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C9E

Black with #117C9E

Text Example


Text Example

White with #117C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,124,158); }

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

background-color css

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

 a { background-color: rgb(17,124,158); }

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

border-color css

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

 span { border-color: rgb(17,124,158); }

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