Shades of Powder Blue #AFDBDC
Tints of Powder Blue #AFDBDC
RGB
CMYK
RGB Variations
Color information
#AFDBDC (or 0xAFDBDC) is known color: Powder Blue. HEX triplet: AF, DB and DC. RGB value is (175,219,220). Sum of RGB (Red+Green+Blue) = 175+219+220=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBDC is #502423. Grayscale: #CDCDCD. Windows color (decimal): -5252132 or 14474159. OLE color: 14474159.
HSL color Cylindrical-coordinate representation of color #AFDBDC: hue angle of 181.33º 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 #AFDBDC is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 220 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.14 |
| HSL | 181.33º | 0.39% | 0.77% | - |
| HSV(B) | 181.33º | 0.2% | 0.86% | - |
| XYZ | 55.93 | 64.94 | 77.3 | - |
| YUV | 205.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 220 | 0.20 | 0.00 | 0 | 0.14 | 181.33 | 0.39 | 0.77 |
| Hex | AF | DB | DC | 14 | 0 | 0 | E | B5 | 27 | 4D |
| Octal | 257 | 333 | 334 | 24 | 0 | 0 | 16 | 265 | 47 | 115 |
| Binary | 10101111 | 11011011 | 11011100 | 10100 | 0 | 0 | 1110 | 10110101 | 100111 | 1001101 |
Color Harmonies of #AFDBDC
Complementary color
Monochromatic Colors of #AFDBDC
Black with #AFDBDC
Text Example
Text Example
White with #AFDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBDC; }
p { color: rgb(175,219,220); }
H1.HeaderClassName
{
color: #AFDBDC;
}
.AnyTagClassName
{
color: #AFDBDC;
}
</style>
background-color css
<style>
a { background-color: #AFDBDC; }
a { background-color: rgb(175,219,220); }
div.DivClassName
{
background-color: #AFDBDC;
}
.BgClassName
{
background-color: #AFDBDC;
}
</style>
border-color css
<style>
span { border-color: #AFDBDC; }
span { border-color: rgb(175,219,220); }
td.TdClassName
{
border-color: #AFDBDC;
}
.TagClassName
{
border-color: #AFDBDC;
}
</style>