Shades of Powder Blue #AFDCDC
Tints of Powder Blue #AFDCDC
RGB
CMYK
RGB Variations
Color information
#AFDCDC (or 0xAFDCDC) is known color: Powder Blue. HEX triplet: AF, DC and DC. RGB value is (175,220,220). Sum of RGB (Red+Green+Blue) = 175+220+220=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #AFDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCDC is #502323. Grayscale: #CECECE. Windows color (decimal): -5251876 or 14474415. OLE color: 14474415.
HSL color Cylindrical-coordinate representation of color #AFDCDC: hue angle of 180º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCDC is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 220 | - |
| CMYK | 0.20 | 0 | 0 | 0.14 |
| HSL | 180º | 0.39% | 0.77% | - |
| HSV(B) | 180º | 0.2% | 0.86% | - |
| XYZ | 56.19 | 65.47 | 77.39 | - |
| YUV | 206.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 220 | 0.20 | 0 | 0 | 0.14 | 180 | 0.39 | 0.77 |
| Hex | AF | DC | DC | 14 | 0 | 0 | E | B4 | 27 | 4D |
| Octal | 257 | 334 | 334 | 24 | 0 | 0 | 16 | 264 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11011100 | 10100 | 0 | 0 | 1110 | 10110100 | 100111 | 1001101 |
Color Harmonies of #AFDCDC
Complementary color
Monochromatic Colors of #AFDCDC
Black with #AFDCDC
Text Example
Text Example
White with #AFDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCDC; }
p { color: rgb(175,220,220); }
H1.HeaderClassName
{
color: #AFDCDC;
}
.AnyTagClassName
{
color: #AFDCDC;
}
</style>
background-color css
<style>
a { background-color: #AFDCDC; }
a { background-color: rgb(175,220,220); }
div.DivClassName
{
background-color: #AFDCDC;
}
.BgClassName
{
background-color: #AFDCDC;
}
</style>
border-color css
<style>
span { border-color: #AFDCDC; }
span { border-color: rgb(175,220,220); }
td.TdClassName
{
border-color: #AFDCDC;
}
.TagClassName
{
border-color: #AFDCDC;
}
</style>