Html Css Color HEX #71A8BE Glacier

📋 copy color: '#71A8BE'

red 113 ◦ green 168 ◦ blue 190

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

Shades of Glacier #71A8BE

Tints of Glacier #71A8BE

RGB

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

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

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

R = 23.99%
G = 35.67%
B = 40.34%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71A8BE (or 0x71A8BE) is known color: Glacier. HEX triplet: 71, A8 and BE. RGB value is (113,168,190). Sum of RGB (Red+Green+Blue) = 113+168+190=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #71A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8BE is #8E5741. Grayscale: #999999. Windows color (decimal): -9328450 or 12494961. OLE color: 12494961.

HSL color Cylindrical-coordinate representation of color #71A8BE: hue angle of 197.14º 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 #71A8BE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 168 190 -
CMYK 0.41 0.12 0 0.25
HSL 197.14º 0.37% 0.59% -
HSV(B) 197.14º 0.41% 0.75% -
XYZ 30.11 35.23 53.93 -
YUV 154.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 113 168 190 0.41 0.12 0 0.25 197.14 0.37 0.59
Hex 71 A8 BE 29 C 0 19 C5 25 3B
Octal 161 250 276 51 14 0 31 305 45 73
Binary 1110001 10101000 10111110 101001 1100 0 11001 11000101 100101 111011

Color Harmonies of #71A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8BE

Black with #71A8BE

Text Example


Text Example

White with #71A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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