Html Css Color HEX #117AAA Cerulean

📋 copy color: '#117AAA'

red 17 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #117AAA

Tints of Cerulean #117AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 5.5%
G = 39.48%
B = 55.02%

CMYK

 C value IS 0.9

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#117AAA (or 0x117AAA) is known color: Cerulean. HEX triplet: 11, 7A and AA. RGB value is (17,122,170). Sum of RGB (Red+Green+Blue) = 17+122+170=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #117AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AAA is #EE8555. Grayscale: #5F5F5F. Windows color (decimal): -15631702 or 11172369. OLE color: 11172369.

HSL color Cylindrical-coordinate representation of color #117AAA: hue angle of 198.82º 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 #117AAA is Cyan = 0.9, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 122 170 -
CMYK 0.9 0.28 0 0.33
HSL 198.82º 0.82% 0.37% -
HSV(B) 198.82º 0.9% 0.67% -
XYZ 14.45 16.94 40.54 -
YUV 96.08 169.71 71.6 -
System Red Green Blue C M Y K H S L
Decimal 17 122 170 0.9 0.28 0 0.33 198.82 0.82 0.37
Hex 11 7A AA 5A 1C 0 21 C7 52 25
Octal 21 172 252 132 34 0 41 307 122 45
Binary 10001 1111010 10101010 1011010 11100 0 100001 11000111 1010010 100101

Color Harmonies of #117AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AAA

Black with #117AAA

Text Example


Text Example

White with #117AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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