#7DAFB5

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

Shades of Glacier #7DAFB5

Tints of Glacier #7DAFB5

Color information

#7DAFB5 (or 0x7DAFB5) is unknown color: approx Glacier. HEX triplet: 7D, AF and B5. RGB value is (125,175,181). Sum of RGB (Red+Green+Blue) = 125+175+181=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #7DAFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFB5 is #82504A. Grayscale: #A0A0A0. Windows color (decimal): -8540235 or 11906941. OLE color: 11906941.

HSL color Cylindrical-coordinate representation of color #7DAFB5: hue angle of 186.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DAFB5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB125175181-
CMYK0.310.0300.29
HSL186.43º27.45%60%-
HSV(B)186.43º30.94%70.98%-
XYZ32.1338.3649.43-
YUV160.73139.44102.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=25.99%
G=36.38%
B=37.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251751810.310.0300.29186.4327.4560
Hex7DAFB51F301Dba1b3c
Octal1752572653730352723374
Binary1111101101011111011010111111110111011011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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