Shades of Periglacial Blue #ADAFAE
Tints of Periglacial Blue #ADAFAE
RGB
CMYK
RGB Variations
Color information
#ADAFAE (or 0xADAFAE) is known color: Periglacial Blue. HEX triplet: AD, AF and AE. RGB value is (173,175,174). Sum of RGB (Red+Green+Blue) = 173+175+174=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFAE is #525051. Grayscale: #AEAEAE. Windows color (decimal): -5394514 or 11448237. OLE color: 11448237.
HSL color Cylindrical-coordinate representation of color #ADAFAE: hue angle of 150º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADAFAE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 174 | - |
CMYK | 0.01 | 0 | 0.01 | 0.31 |
HSL | 150º | 0.01% | 0.68% | - |
HSV(B) | 150º | 0.01% | 0.69% | - |
XYZ | 40.2 | 42.6 | 46.15 | - |
YUV | 174.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 174 | 0.01 | 0 | 0.01 | 0.31 | 150 | 0.01 | 0.68 |
Hex | AD | AF | AE | 1 | 0 | 1 | 1F | 96 | 1 | 44 |
Octal | 255 | 257 | 256 | 1 | 0 | 1 | 37 | 226 | 1 | 104 |
Binary | 10101101 | 10101111 | 10101110 | 1 | 0 | 1 | 11111 | 10010110 | 1 | 1000100 |
Color Harmonies of #ADAFAE
Complementary color
Monochromatic Colors of #ADAFAE
Black with #ADAFAE
Text Example
Text Example
White with #ADAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFAE; }
p { color: rgb(173,175,174); }
H1.HeaderClassName
{
color: #ADAFAE;
}
.AnyTagClassName
{
color: #ADAFAE;
}
</style>
background-color css
<style>
a { background-color: #ADAFAE; }
a { background-color: rgb(173,175,174); }
div.DivClassName
{
background-color: #ADAFAE;
}
.BgClassName
{
background-color: #ADAFAE;
}
</style>
border-color css
<style>
span { border-color: #ADAFAE; }
span { border-color: rgb(173,175,174); }
td.TdClassName
{
border-color: #ADAFAE;
}
.TagClassName
{
border-color: #ADAFAE;
}
</style>