Html Css Color HEX #81AFC1 Glacier

📋 copy color: '#81AFC1'

red 129 ◦ green 175 ◦ blue 193

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

Shades of Glacier #81AFC1

Tints of Glacier #81AFC1

RGB

 RED value IS 129 (50.78% from 255) = 25.96%

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

 BLUE value IS 193 (75.78% from 255) = 38.83%

R = 25.96%
G = 35.21%
B = 38.83%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#81AFC1 (or 0x81AFC1) is known color: Glacier. HEX triplet: 81, AF and C1. RGB value is (129,175,193). Sum of RGB (Red+Green+Blue) = 129+175+193=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #81AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFC1 is #7E503E. Grayscale: #A3A3A3. Windows color (decimal): -8278079 or 12693377. OLE color: 12693377.

HSL color Cylindrical-coordinate representation of color #81AFC1: hue angle of 196.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81AFC1 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 175 193 -
CMYK 0.33 0.09 0 0.24
HSL 196.88º 0.34% 0.63% -
HSV(B) 196.88º 0.33% 0.76% -
XYZ 34.01 39.18 56.22 -
YUV 163.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 129 175 193 0.33 0.09 0 0.24 196.88 0.34 0.63
Hex 81 AF C1 21 9 0 18 C5 22 3F
Octal 201 257 301 41 11 0 30 305 42 77
Binary 10000001 10101111 11000001 100001 1001 0 11000 11000101 100010 111111

Color Harmonies of #81AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFC1

Black with #81AFC1

Text Example


Text Example

White with #81AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81AFC1; }

 p { color: rgb(129,175,193); }

 H1.HeaderClassName
 {
   color: #81AFC1;
 }
 .AnyTagClassName
 {
   color: #81AFC1;
 }
</style>

background-color css

<style>
 a { background-color: #81AFC1; }

 a { background-color: rgb(129,175,193); }

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

border-color css

<style>
 span { border-color: #81AFC1; }

 span { border-color: rgb(129,175,193); }

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