#7DAFBA

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

Shades of Glacier #7DAFBA

Tints of Glacier #7DAFBA

Color information

#7DAFBA (or 0x7DAFBA) is unknown color: approx Glacier. HEX triplet: 7D, AF and BA. RGB value is (125,175,186). Sum of RGB (Red+Green+Blue) = 125+175+186=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFBA is #825045. Grayscale: #A1A1A1. Windows color (decimal): -8540230 or 12234621. OLE color: 12234621.

HSL color Cylindrical-coordinate representation of color #7DAFBA: hue angle of 190.82º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DAFBA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125175186-
CMYK0.330.0600.27
HSL190.82º30.65%60.98%-
HSV(B)190.82º32.8%72.94%-
XYZ32.6538.5752.18-
YUV161.3141.94102.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.72%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=25.72%
G=36.01%
B=38.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251751860.330.0600.27190.8230.6560.98
Hex7DAFBA21601Bbf1f3d
Octal1752572724160332773775
Binary111110110101111101110101000011100110111011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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