Shades of Powder Blue #AFDFE3
Tints of Powder Blue #AFDFE3
RGB
CMYK
RGB Variations
Color information
#AFDFE3 (or 0xAFDFE3) is known color: Powder Blue. HEX triplet: AF, DF and E3. RGB value is (175,223,227). Sum of RGB (Red+Green+Blue) = 175+223+227=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE3 is #50201C. Grayscale: #D1D1D1. Windows color (decimal): -5251101 or 14933935. OLE color: 14933935.
HSL color Cylindrical-coordinate representation of color #AFDFE3: hue angle of 184.62º degrees, saturation: 0.48, 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 #AFDFE3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 223 | 227 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.11 |
| HSL | 184.62º | 0.48% | 0.79% | - |
| HSV(B) | 184.62º | 0.23% | 0.89% | - |
| XYZ | 57.93 | 67.44 | 82.64 | - |
| YUV | 209.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 227 | 0.23 | 0.02 | 0 | 0.11 | 184.62 | 0.48 | 0.79 |
| Hex | AF | DF | E3 | 17 | 2 | 0 | B | B9 | 30 | 4F |
| Octal | 257 | 337 | 343 | 27 | 2 | 0 | 13 | 271 | 60 | 117 |
| Binary | 10101111 | 11011111 | 11100011 | 10111 | 10 | 0 | 1011 | 10111001 | 110000 | 1001111 |
Color Harmonies of #AFDFE3
Complementary color
Monochromatic Colors of #AFDFE3
Black with #AFDFE3
Text Example
Text Example
White with #AFDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFE3; }
p { color: rgb(175,223,227); }
H1.HeaderClassName
{
color: #AFDFE3;
}
.AnyTagClassName
{
color: #AFDFE3;
}
</style>
background-color css
<style>
a { background-color: #AFDFE3; }
a { background-color: rgb(175,223,227); }
div.DivClassName
{
background-color: #AFDFE3;
}
.BgClassName
{
background-color: #AFDFE3;
}
</style>
border-color css
<style>
span { border-color: #AFDFE3; }
span { border-color: rgb(175,223,227); }
td.TdClassName
{
border-color: #AFDFE3;
}
.TagClassName
{
border-color: #AFDFE3;
}
</style>