#7DAFBF

Color #7DAFBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7DAFBF

Tints of Glacier #7DAFBF

Color information

#7DAFBF (or 0x7DAFBF) is unknown color: approx Glacier. HEX triplet: 7D, AF and BF. RGB value is (125,175,191). Sum of RGB (Red+Green+Blue) = 125+175+191=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DAFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFBF is #825040. Grayscale: #A1A1A1. Windows color (decimal): -8540225 or 12562301. OLE color: 12562301.

HSL color Cylindrical-coordinate representation of color #7DAFBF: hue angle of 194.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DAFBF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125175191-
CMYK0.350.0800.25
HSL194.55º34.02%61.96%-
HSV(B)194.55º34.55%74.9%-
XYZ33.1938.7855.03-
YUV161.87144.44101.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 191 (75% from 255) = 38.90%
R=25.46%
G=35.64%
B=38.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251751910.350.0800.25194.5534.0261.96
Hex7DAFBF238019c3223e
Octal17525727743100313034276
Binary11111011010111110111111100011100001100111000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DAFBF; }

 p { color: rgb(125,175,191); }

 H1.HeaderClassName
 {
   color: #7DAFBF;
 }
 .AnyTagClassName
 {
   color: #7DAFBF;
 }
</style>
background-color css

<style>
 a { background-color: #7DAFBF; }

 a { background-color: rgb(125,175,191); }

 div.DivClassName
 {
   background-color: #7DAFBF;
 }
 .BgClassName
 {
   background-color: #7DAFBF;
 }
</style>
border-color css

<style>
 span { border-color: #7DAFBF; }

 span { border-color: rgb(125,175,191); }

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