#7DAFBB

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

Shades of Glacier #7DAFBB

Tints of Glacier #7DAFBB

Color information

#7DAFBB (or 0x7DAFBB) is unknown color: approx Glacier. HEX triplet: 7D, AF and BB. RGB value is (125,175,187). Sum of RGB (Red+Green+Blue) = 125+175+187=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFBB is #825044. Grayscale: #A1A1A1. Windows color (decimal): -8540229 or 12300157. OLE color: 12300157.

HSL color Cylindrical-coordinate representation of color #7DAFBB: hue angle of 191.61º 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 #7DAFBB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125175187-
CMYK0.330.0600.27
HSL191.61º31.31%61.18%-
HSV(B)191.61º33.16%73.33%-
XYZ32.7638.6152.74-
YUV161.42142.44102.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=25.67%
G=35.93%
B=38.40%

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
Decimal1251751870.330.0600.27191.6131.3161.18
Hex7DAFBB21601Bc01f3d
Octal1752572734160333003775
Binary111110110101111101110111000011100110111100000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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