Html Css Color HEX #116EAB Cerulean

📋 copy color: '#116EAB'

red 17 ◦ green 110 ◦ blue 171

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

Shades of Cerulean #116EAB

Tints of Cerulean #116EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 5.7%
G = 36.91%
B = 57.38%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#116EAB (or 0x116EAB) is known color: Cerulean. HEX triplet: 11, 6E and AB. RGB value is (17,110,171). Sum of RGB (Red+Green+Blue) = 17+110+171=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #116EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EAB is #EE9154. Grayscale: #585858. Windows color (decimal): -15634773 or 11234833. OLE color: 11234833.

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

Color convert

RGB 17 110 171 -
CMYK 0.90 0.36 0 0.33
HSL 203.77º 0.82% 0.37% -
HSV(B) 203.77º 0.9% 0.67% -
XYZ 13.16 14.21 40.58 -
YUV 89.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 17 110 171 0.90 0.36 0 0.33 203.77 0.82 0.37
Hex 11 6E AB 5A 24 0 21 CC 52 25
Octal 21 156 253 132 44 0 41 314 122 45
Binary 10001 1101110 10101011 1011010 100100 0 100001 11001100 1010010 100101

Color Harmonies of #116EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EAB

Black with #116EAB

Text Example


Text Example

White with #116EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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