Html Css Color HEX #71A8BA Glacier

📋 copy color: '#71A8BA'

red 113 ◦ green 168 ◦ blue 186

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

Shades of Glacier #71A8BA

Tints of Glacier #71A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 24.2%
G = 35.97%
B = 39.83%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71A8BA (or 0x71A8BA) is known color: Glacier. HEX triplet: 71, A8 and BA. RGB value is (113,168,186). Sum of RGB (Red+Green+Blue) = 113+168+186=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #71A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8BA is #8E5745. Grayscale: #999999. Windows color (decimal): -9328454 or 12232817. OLE color: 12232817.

HSL color Cylindrical-coordinate representation of color #71A8BA: hue angle of 194.79º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71A8BA is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 168 186 -
CMYK 0.39 0.10 0 0.27
HSL 194.79º 0.35% 0.59% -
HSV(B) 194.79º 0.39% 0.73% -
XYZ 29.68 35.06 51.66 -
YUV 153.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 113 168 186 0.39 0.10 0 0.27 194.79 0.35 0.59
Hex 71 A8 BA 27 A 0 1B C3 23 3B
Octal 161 250 272 47 12 0 33 303 43 73
Binary 1110001 10101000 10111010 100111 1010 0 11011 11000011 100011 111011

Color Harmonies of #71A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8BA

Black with #71A8BA

Text Example


Text Example

White with #71A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A8BA; }

 p { color: rgb(113,168,186); }

 H1.HeaderClassName
 {
   color: #71A8BA;
 }
 .AnyTagClassName
 {
   color: #71A8BA;
 }
</style>

background-color css

<style>
 a { background-color: #71A8BA; }

 a { background-color: rgb(113,168,186); }

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

border-color css

<style>
 span { border-color: #71A8BA; }

 span { border-color: rgb(113,168,186); }

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