Html Css Color HEX #718EAB Bermuda Grey

📋 copy color: '#718EAB'

red 113 ◦ green 142 ◦ blue 171

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

Shades of Bermuda Grey #718EAB

Tints of Bermuda Grey #718EAB

RGB

 RED value IS 113 (44.53% from 255) = 26.53%

 GREEN value IS 142 (55.86% from 255) = 33.33%

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

R = 26.53%
G = 33.33%
B = 40.14%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#718EAB (or 0x718EAB) is known color: Bermuda Grey. HEX triplet: 71, 8E and AB. RGB value is (113,142,171). Sum of RGB (Red+Green+Blue) = 113+142+171=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #718EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718EAB is #8E7154. Grayscale: #888888. Windows color (decimal): -9335125 or 11243121. OLE color: 11243121.

HSL color Cylindrical-coordinate representation of color #718EAB: hue angle of 210º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718EAB is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 142 171 -
CMYK 0.34 0.17 0 0.33
HSL 210º 0.26% 0.56% -
HSV(B) 210º 0.34% 0.67% -
XYZ 23.83 25.8 42.25 -
YUV 136.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 113 142 171 0.34 0.17 0 0.33 210 0.26 0.56
Hex 71 8E AB 22 11 0 21 D2 1A 38
Octal 161 216 253 42 21 0 41 322 32 70
Binary 1110001 10001110 10101011 100010 10001 0 100001 11010010 11010 111000

Color Harmonies of #718EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EAB

Black with #718EAB

Text Example


Text Example

White with #718EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,142,171); }

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

background-color css

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

 a { background-color: rgb(113,142,171); }

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

border-color css

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

 span { border-color: rgb(113,142,171); }

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