Html Css Color HEX #116EAC Cerulean

📋 copy color: '#116EAC'

red 17 ◦ green 110 ◦ blue 172

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

Shades of Cerulean #116EAC

Tints of Cerulean #116EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 5.69%
G = 36.79%
B = 57.53%

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

#116EAC (or 0x116EAC) is known color: Cerulean. HEX triplet: 11, 6E and AC. RGB value is (17,110,172). Sum of RGB (Red+Green+Blue) = 17+110+172=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #116EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EAC is #EE9153. Grayscale: #585858. Windows color (decimal): -15634772 or 11300369. OLE color: 11300369.

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

Color convert

RGB 17 110 172 -
CMYK 0.90 0.36 0 0.33
HSL 204º 0.82% 0.37% -
HSV(B) 204º 0.9% 0.67% -
XYZ 13.25 14.25 41.08 -
YUV 89.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 17 110 172 0.90 0.36 0 0.33 204 0.82 0.37
Hex 11 6E AC 5A 24 0 21 CC 52 25
Octal 21 156 254 132 44 0 41 314 122 45
Binary 10001 1101110 10101100 1011010 100100 0 100001 11001100 1010010 100101

Color Harmonies of #116EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EAC

Black with #116EAC

Text Example


Text Example

White with #116EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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