Shades of Periglacial Blue #A5C0B4
Tints of Periglacial Blue #A5C0B4
RGB
CMYK
RGB Variations
Color information
#A5C0B4 (or 0xA5C0B4) is known color: Periglacial Blue. HEX triplet: A5, C0 and B4. RGB value is (165,192,180). Sum of RGB (Red+Green+Blue) = 165+192+180=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0B4 is #5A3F4B. Grayscale: #B6B6B6. Windows color (decimal): -5914444 or 11845797. OLE color: 11845797.
HSL color Cylindrical-coordinate representation of color #A5C0B4: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0B4 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 180 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.25 |
| HSL | 153.33º | 0.18% | 0.7% | - |
| HSV(B) | 153.33º | 0.14% | 0.75% | - |
| XYZ | 42.6 | 48.99 | 50.39 | - |
| YUV | 182.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 180 | 0.14 | 0 | 0.06 | 0.25 | 153.33 | 0.18 | 0.7 |
| Hex | A5 | C0 | B4 | E | 0 | 6 | 19 | 99 | 12 | 46 |
| Octal | 245 | 300 | 264 | 16 | 0 | 6 | 31 | 231 | 22 | 106 |
| Binary | 10100101 | 11000000 | 10110100 | 1110 | 0 | 110 | 11001 | 10011001 | 10010 | 1000110 |
Color Harmonies of #A5C0B4
Complementary color
Monochromatic Colors of #A5C0B4
Black with #A5C0B4
Text Example
Text Example
White with #A5C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0B4; }
p { color: rgb(165,192,180); }
H1.HeaderClassName
{
color: #A5C0B4;
}
.AnyTagClassName
{
color: #A5C0B4;
}
</style>
background-color css
<style>
a { background-color: #A5C0B4; }
a { background-color: rgb(165,192,180); }
div.DivClassName
{
background-color: #A5C0B4;
}
.BgClassName
{
background-color: #A5C0B4;
}
</style>
border-color css
<style>
span { border-color: #A5C0B4; }
span { border-color: rgb(165,192,180); }
td.TdClassName
{
border-color: #A5C0B4;
}
.TagClassName
{
border-color: #A5C0B4;
}
</style>