Html Css Color HEX #71ACC0 Glacier

📋 copy color: '#71ACC0'

red 113 ◦ green 172 ◦ blue 192

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

Shades of Glacier #71ACC0

Tints of Glacier #71ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

 BLUE value IS 192 (75.39% from 255) = 40.25%

R = 23.69%
G = 36.06%
B = 40.25%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71ACC0 (or 0x71ACC0) is known color: Glacier. HEX triplet: 71, AC and C0. RGB value is (113,172,192). Sum of RGB (Red+Green+Blue) = 113+172+192=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #71ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACC0 is #8E533F. Grayscale: #9C9C9C. Windows color (decimal): -9327424 or 12627057. OLE color: 12627057.

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

Color convert

RGB 113 172 192 -
CMYK 0.41 0.10 0 0.25
HSL 195.19º 0.39% 0.6% -
HSV(B) 195.19º 0.41% 0.75% -
XYZ 31.08 36.82 55.34 -
YUV 156.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 113 172 192 0.41 0.10 0 0.25 195.19 0.39 0.6
Hex 71 AC C0 29 A 0 19 C3 27 3C
Octal 161 254 300 51 12 0 31 303 47 74
Binary 1110001 10101100 11000000 101001 1010 0 11001 11000011 100111 111100

Color Harmonies of #71ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACC0

Black with #71ACC0

Text Example


Text Example

White with #71ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,192); }

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

background-color css

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

 a { background-color: rgb(113,172,192); }

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

border-color css

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

 span { border-color: rgb(113,172,192); }

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