Html Css Color HEX #81BEC7 Glacier

📋 copy color: '#81BEC7'

red 129 ◦ green 190 ◦ blue 199

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

Shades of Glacier #81BEC7

Tints of Glacier #81BEC7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.68%

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 24.9%
G = 36.68%
B = 38.42%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#81BEC7 (or 0x81BEC7) is known color: Glacier. HEX triplet: 81, BE and C7. RGB value is (129,190,199). Sum of RGB (Red+Green+Blue) = 129+190+199=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #81BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BEC7 is #7E4138. Grayscale: #ACACAC. Windows color (decimal): -8274233 or 13090433. OLE color: 13090433.

HSL color Cylindrical-coordinate representation of color #81BEC7: hue angle of 187.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81BEC7 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 190 199 -
CMYK 0.35 0.05 0 0.22
HSL 187.71º 0.38% 0.64% -
HSV(B) 187.71º 0.35% 0.78% -
XYZ 37.78 45.62 60.85 -
YUV 172.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 129 190 199 0.35 0.05 0 0.22 187.71 0.38 0.64
Hex 81 BE C7 23 5 0 16 BC 26 40
Octal 201 276 307 43 5 0 26 274 46 100
Binary 10000001 10111110 11000111 100011 101 0 10110 10111100 100110 1000000

Color Harmonies of #81BEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BEC7

Black with #81BEC7

Text Example


Text Example

White with #81BEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,190,199); }

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

background-color css

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

 a { background-color: rgb(129,190,199); }

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

border-color css

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

 span { border-color: rgb(129,190,199); }

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