Html Css Color HEX #114E56 Sherpa Blue

📋 copy color: '#114E56'

red 17 ◦ green 78 ◦ blue 86

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

Shades of Sherpa Blue #114E56

Tints of Sherpa Blue #114E56

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.09%

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 9.39%
G = 43.09%
B = 47.51%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114E56 (or 0x114E56) is known color: Sherpa Blue. HEX triplet: 11, 4E and 56. RGB value is (17,78,86). Sum of RGB (Red+Green+Blue) = 17+78+86=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #114E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E56 is #EEB1A9. Grayscale: #3C3C3C. Windows color (decimal): -15643050 or 5656081. OLE color: 5656081.

HSL color Cylindrical-coordinate representation of color #114E56: hue angle of 186.96º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114E56 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 78 86 -
CMYK 0.80 0.09 0 0.66
HSL 186.96º 0.67% 0.2% -
HSV(B) 186.96º 0.8% 0.34% -
XYZ 4.64 6.24 9.76 -
YUV 60.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 17 78 86 0.80 0.09 0 0.66 186.96 0.67 0.2
Hex 11 4E 56 50 9 0 42 BB 43 14
Octal 21 116 126 120 11 0 102 273 103 24
Binary 10001 1001110 1010110 1010000 1001 0 1000010 10111011 1000011 10100

Color Harmonies of #114E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E56

Black with #114E56

Text Example


Text Example

White with #114E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114E56; }

 p { color: rgb(17,78,86); }

 H1.HeaderClassName
 {
   color: #114E56;
 }
 .AnyTagClassName
 {
   color: #114E56;
 }
</style>

background-color css

<style>
 a { background-color: #114E56; }

 a { background-color: rgb(17,78,86); }

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

border-color css

<style>
 span { border-color: #114E56; }

 span { border-color: rgb(17,78,86); }

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