Html Css Color HEX #71AFBE Glacier

📋 copy color: '#71AFBE'

red 113 ◦ green 175 ◦ blue 190

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

Shades of Glacier #71AFBE

Tints of Glacier #71AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 23.64%
G = 36.61%
B = 39.75%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71AFBE (or 0x71AFBE) is known color: Glacier. HEX triplet: 71, AF and BE. RGB value is (113,175,190). Sum of RGB (Red+Green+Blue) = 113+175+190=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #71AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFBE is #8E5041. Grayscale: #9E9E9E. Windows color (decimal): -9326658 or 12496753. OLE color: 12496753.

HSL color Cylindrical-coordinate representation of color #71AFBE: hue angle of 191.69º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71AFBE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 175 190 -
CMYK 0.41 0.08 0 0.25
HSL 191.69º 0.37% 0.59% -
HSV(B) 191.69º 0.41% 0.75% -
XYZ 31.43 37.89 54.37 -
YUV 158.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 113 175 190 0.41 0.08 0 0.25 191.69 0.37 0.59
Hex 71 AF BE 29 8 0 19 C0 25 3B
Octal 161 257 276 51 10 0 31 300 45 73
Binary 1110001 10101111 10111110 101001 1000 0 11001 11000000 100101 111011

Color Harmonies of #71AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AFBE

Black with #71AFBE

Text Example


Text Example

White with #71AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,175,190); }

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

background-color css

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

 a { background-color: rgb(113,175,190); }

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

border-color css

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

 span { border-color: rgb(113,175,190); }

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