Html Css Color HEX #117EAA Cerulean

📋 copy color: '#117EAA'

red 17 ◦ green 126 ◦ blue 170

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

Shades of Cerulean #117EAA

Tints of Cerulean #117EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 5.43%
G = 40.26%
B = 54.31%

CMYK

 C value IS 0.9

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#117EAA (or 0x117EAA) is known color: Cerulean. HEX triplet: 11, 7E and AA. RGB value is (17,126,170). Sum of RGB (Red+Green+Blue) = 17+126+170=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #117EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EAA is #EE8155. Grayscale: #626262. Windows color (decimal): -15630678 or 11173393. OLE color: 11173393.

HSL color Cylindrical-coordinate representation of color #117EAA: hue angle of 197.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117EAA is Cyan = 0.9, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 126 170 -
CMYK 0.9 0.26 0 0.33
HSL 197.25º 0.82% 0.37% -
HSV(B) 197.25º 0.9% 0.67% -
XYZ 14.95 17.94 40.71 -
YUV 98.43 168.39 69.92 -
System Red Green Blue C M Y K H S L
Decimal 17 126 170 0.9 0.26 0 0.33 197.25 0.82 0.37
Hex 11 7E AA 5A 1A 0 21 C5 52 25
Octal 21 176 252 132 32 0 41 305 122 45
Binary 10001 1111110 10101010 1011010 11010 0 100001 11000101 1010010 100101

Color Harmonies of #117EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EAA

Black with #117EAA

Text Example


Text Example

White with #117EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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