Html Css Color HEX #117DA5 Cerulean

📋 copy color: '#117DA5'

red 17 ◦ green 125 ◦ blue 165

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

Shades of Cerulean #117DA5

Tints of Cerulean #117DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.75%

R = 5.54%
G = 40.72%
B = 53.75%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#117DA5 (or 0x117DA5) is known color: Cerulean. HEX triplet: 11, 7D and A5. RGB value is (17,125,165). Sum of RGB (Red+Green+Blue) = 17+125+165=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #117DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DA5 is #EE825A. Grayscale: #616161. Windows color (decimal): -15630939 or 10845457. OLE color: 10845457.

HSL color Cylindrical-coordinate representation of color #117DA5: hue angle of 196.22º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117DA5 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 125 165 -
CMYK 0.90 0.24 0 0.35
HSL 196.22º 0.81% 0.36% -
HSV(B) 196.22º 0.9% 0.65% -
XYZ 14.36 17.5 38.22 -
YUV 97.27 166.22 70.75 -
System Red Green Blue C M Y K H S L
Decimal 17 125 165 0.90 0.24 0 0.35 196.22 0.81 0.36
Hex 11 7D A5 5A 18 0 23 C4 51 24
Octal 21 175 245 132 30 0 43 304 121 44
Binary 10001 1111101 10100101 1011010 11000 0 100011 11000100 1010001 100100

Color Harmonies of #117DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DA5

Black with #117DA5

Text Example


Text Example

White with #117DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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