Shades of Powder Blue #AFDFE2
Tints of Powder Blue #AFDFE2
RGB
CMYK
RGB Variations
Color information
#AFDFE2 (or 0xAFDFE2) is known color: Powder Blue. HEX triplet: AF, DF and E2. RGB value is (175,223,226). Sum of RGB (Red+Green+Blue) = 175+223+226=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFDFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE2 is #50201D. Grayscale: #D0D0D0. Windows color (decimal): -5251102 or 14868399. OLE color: 14868399.
HSL color Cylindrical-coordinate representation of color #AFDFE2: hue angle of 183.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDFE2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 223 | 226 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.11 |
| HSL | 183.53º | 0.47% | 0.79% | - |
| HSV(B) | 183.53º | 0.23% | 0.89% | - |
| XYZ | 57.79 | 67.38 | 81.91 | - |
| YUV | 208.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 226 | 0.23 | 0.01 | 0 | 0.11 | 183.53 | 0.47 | 0.79 |
| Hex | AF | DF | E2 | 17 | 1 | 0 | B | B8 | 2F | 4F |
| Octal | 257 | 337 | 342 | 27 | 1 | 0 | 13 | 270 | 57 | 117 |
| Binary | 10101111 | 11011111 | 11100010 | 10111 | 1 | 0 | 1011 | 10111000 | 101111 | 1001111 |
Color Harmonies of #AFDFE2
Complementary color
Monochromatic Colors of #AFDFE2
Black with #AFDFE2
Text Example
Text Example
White with #AFDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFE2; }
p { color: rgb(175,223,226); }
H1.HeaderClassName
{
color: #AFDFE2;
}
.AnyTagClassName
{
color: #AFDFE2;
}
</style>
background-color css
<style>
a { background-color: #AFDFE2; }
a { background-color: rgb(175,223,226); }
div.DivClassName
{
background-color: #AFDFE2;
}
.BgClassName
{
background-color: #AFDFE2;
}
</style>
border-color css
<style>
span { border-color: #AFDFE2; }
span { border-color: rgb(175,223,226); }
td.TdClassName
{
border-color: #AFDFE2;
}
.TagClassName
{
border-color: #AFDFE2;
}
</style>