Shades of Powder Blue #AFDAE2
Tints of Powder Blue #AFDAE2
RGB
CMYK
RGB Variations
Color information
#AFDAE2 (or 0xAFDAE2) is known color: Powder Blue. HEX triplet: AF, DA and E2. RGB value is (175,218,226). Sum of RGB (Red+Green+Blue) = 175+218+226=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFDAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAE2 is #50251D. Grayscale: #CDCDCD. Windows color (decimal): -5252382 or 14867119. OLE color: 14867119.
HSL color Cylindrical-coordinate representation of color #AFDAE2: hue angle of 189.41º 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 #AFDAE2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 175 | 218 | 226 | - |
CMYK | 0.23 | 0.04 | 0 | 0.11 |
HSL | 189.41º | 0.47% | 0.79% | - |
HSV(B) | 189.41º | 0.23% | 0.89% | - |
XYZ | 56.48 | 64.75 | 81.47 | - |
YUV | 206.06 | 139.25 | 105.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 218 | 226 | 0.23 | 0.04 | 0 | 0.11 | 189.41 | 0.47 | 0.79 |
Hex | AF | DA | E2 | 17 | 4 | 0 | B | BD | 2F | 4F |
Octal | 257 | 332 | 342 | 27 | 4 | 0 | 13 | 275 | 57 | 117 |
Binary | 10101111 | 11011010 | 11100010 | 10111 | 100 | 0 | 1011 | 10111101 | 101111 | 1001111 |
Color Harmonies of #AFDAE2
Complementary color
Monochromatic Colors of #AFDAE2
Black with #AFDAE2
Text Example
Text Example
White with #AFDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDAE2; }
p { color: rgb(175,218,226); }
H1.HeaderClassName
{
color: #AFDAE2;
}
.AnyTagClassName
{
color: #AFDAE2;
}
</style>
background-color css
<style>
a { background-color: #AFDAE2; }
a { background-color: rgb(175,218,226); }
div.DivClassName
{
background-color: #AFDAE2;
}
.BgClassName
{
background-color: #AFDAE2;
}
</style>
border-color css
<style>
span { border-color: #AFDAE2; }
span { border-color: rgb(175,218,226); }
td.TdClassName
{
border-color: #AFDAE2;
}
.TagClassName
{
border-color: #AFDAE2;
}
</style>