Html Css Color HEX #117EAD Cerulean

📋 copy color: '#117EAD'

red 17 ◦ green 126 ◦ blue 173

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

Shades of Cerulean #117EAD

Tints of Cerulean #117EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 5.38%
G = 39.87%
B = 54.75%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#117EAD (or 0x117EAD) is known color: Cerulean. HEX triplet: 11, 7E and AD. RGB value is (17,126,173). Sum of RGB (Red+Green+Blue) = 17+126+173=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #117EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EAD is #EE8152. Grayscale: #626262. Windows color (decimal): -15630675 or 11370001. OLE color: 11370001.

HSL color Cylindrical-coordinate representation of color #117EAD: hue angle of 198.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117EAD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 126 173 -
CMYK 0.90 0.27 0 0.32
HSL 198.08º 0.82% 0.37% -
HSV(B) 198.08º 0.9% 0.68% -
XYZ 15.23 18.06 42.22 -
YUV 98.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 17 126 173 0.90 0.27 0 0.32 198.08 0.82 0.37
Hex 11 7E AD 5A 1B 0 20 C6 52 25
Octal 21 176 255 132 33 0 40 306 122 45
Binary 10001 1111110 10101101 1011010 11011 0 100000 11000110 1010010 100101

Color Harmonies of #117EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EAD

Black with #117EAD

Text Example


Text Example

White with #117EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,126,173); }

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

background-color css

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

 a { background-color: rgb(17,126,173); }

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

border-color css

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

 span { border-color: rgb(17,126,173); }

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