Shades of Powder Blue #AFDADB
Tints of Powder Blue #AFDADB
RGB
CMYK
RGB Variations
Color information
#AFDADB (or 0xAFDADB) is known color: Powder Blue. HEX triplet: AF, DA and DB. RGB value is (175,218,219). Sum of RGB (Red+Green+Blue) = 175+218+219=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDADB is #502524. Grayscale: #CDCDCD. Windows color (decimal): -5252389 or 14408367. OLE color: 14408367.
HSL color Cylindrical-coordinate representation of color #AFDADB: hue angle of 181.36º degrees, saturation: 0.38, 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 #AFDADB is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 175 | 218 | 219 | - |
CMYK | 0.20 | 0.00 | 0 | 0.14 |
HSL | 181.36º | 0.38% | 0.77% | - |
HSV(B) | 181.36º | 0.2% | 0.86% | - |
XYZ | 55.54 | 64.37 | 76.52 | - |
YUV | 205.26 | 135.75 | 106.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 218 | 219 | 0.20 | 0.00 | 0 | 0.14 | 181.36 | 0.38 | 0.77 |
Hex | AF | DA | DB | 14 | 0 | 0 | E | B5 | 26 | 4D |
Octal | 257 | 332 | 333 | 24 | 0 | 0 | 16 | 265 | 46 | 115 |
Binary | 10101111 | 11011010 | 11011011 | 10100 | 0 | 0 | 1110 | 10110101 | 100110 | 1001101 |
Color Harmonies of #AFDADB
Complementary color
Monochromatic Colors of #AFDADB
Black with #AFDADB
Text Example
Text Example
White with #AFDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDADB; }
p { color: rgb(175,218,219); }
H1.HeaderClassName
{
color: #AFDADB;
}
.AnyTagClassName
{
color: #AFDADB;
}
</style>
background-color css
<style>
a { background-color: #AFDADB; }
a { background-color: rgb(175,218,219); }
div.DivClassName
{
background-color: #AFDADB;
}
.BgClassName
{
background-color: #AFDADB;
}
</style>
border-color css
<style>
span { border-color: #AFDADB; }
span { border-color: rgb(175,218,219); }
td.TdClassName
{
border-color: #AFDADB;
}
.TagClassName
{
border-color: #AFDADB;
}
</style>