Html Css Color HEX #116EAA Cerulean

📋 copy color: '#116EAA'

red 17 ◦ green 110 ◦ blue 170

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

Shades of Cerulean #116EAA

Tints of Cerulean #116EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.04%

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

R = 5.72%
G = 37.04%
B = 57.24%

CMYK

 C value IS 0.9

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#116EAA (or 0x116EAA) is known color: Cerulean. HEX triplet: 11, 6E and AA. RGB value is (17,110,170). Sum of RGB (Red+Green+Blue) = 17+110+170=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #116EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EAA is #EE9155. Grayscale: #585858. Windows color (decimal): -15634774 or 11169297. OLE color: 11169297.

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

Color convert

RGB 17 110 170 -
CMYK 0.9 0.35 0 0.33
HSL 203.53º 0.82% 0.37% -
HSV(B) 203.53º 0.9% 0.67% -
XYZ 13.06 14.17 40.08 -
YUV 89.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 17 110 170 0.9 0.35 0 0.33 203.53 0.82 0.37
Hex 11 6E AA 5A 23 0 21 CC 52 25
Octal 21 156 252 132 43 0 41 314 122 45
Binary 10001 1101110 10101010 1011010 100011 0 100001 11001100 1010010 100101

Color Harmonies of #116EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EAA

Black with #116EAA

Text Example


Text Example

White with #116EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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