Html Css Color HEX #718FAA Bermuda Grey

📋 copy color: '#718FAA'

red 113 ◦ green 143 ◦ blue 170

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

Shades of Bermuda Grey #718FAA

Tints of Bermuda Grey #718FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 26.53%
G = 33.57%
B = 39.91%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#718FAA (or 0x718FAA) is known color: Bermuda Grey. HEX triplet: 71, 8F and AA. RGB value is (113,143,170). Sum of RGB (Red+Green+Blue) = 113+143+170=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #718FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FAA is #8E7055. Grayscale: #888888. Windows color (decimal): -9334870 or 11177841. OLE color: 11177841.

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

Color convert

RGB 113 143 170 -
CMYK 0.34 0.16 0 0.33
HSL 208.42º 0.25% 0.55% -
HSV(B) 208.42º 0.34% 0.67% -
XYZ 23.89 26.06 41.8 -
YUV 137.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 113 143 170 0.34 0.16 0 0.33 208.42 0.25 0.55
Hex 71 8F AA 22 10 0 21 D0 19 37
Octal 161 217 252 42 20 0 41 320 31 67
Binary 1110001 10001111 10101010 100010 10000 0 100001 11010000 11001 110111

Color Harmonies of #718FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FAA

Black with #718FAA

Text Example


Text Example

White with #718FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,143,170); }

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

background-color css

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

 a { background-color: rgb(113,143,170); }

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

border-color css

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

 span { border-color: rgb(113,143,170); }

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