Shades of Powder Blue #AFDBDB
Tints of Powder Blue #AFDBDB
RGB
CMYK
RGB Variations
Color information
#AFDBDB (or 0xAFDBDB) is known color: Powder Blue. HEX triplet: AF, DB and DB. RGB value is (175,219,219). Sum of RGB (Red+Green+Blue) = 175+219+219=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #AFDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBDB is #502424. Grayscale: #CDCDCD. Windows color (decimal): -5252133 or 14408623. OLE color: 14408623.
HSL color Cylindrical-coordinate representation of color #AFDBDB: hue angle of 180º 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 #AFDBDB is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 175 | 219 | 219 | - |
CMYK | 0.20 | 0 | 0 | 0.14 |
HSL | 180º | 0.38% | 0.77% | - |
HSV(B) | 180º | 0.2% | 0.86% | - |
XYZ | 55.8 | 64.89 | 76.6 | - |
YUV | 205.84 | 135.42 | 106 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 219 | 219 | 0.20 | 0 | 0 | 0.14 | 180 | 0.38 | 0.77 |
Hex | AF | DB | DB | 14 | 0 | 0 | E | B4 | 26 | 4D |
Octal | 257 | 333 | 333 | 24 | 0 | 0 | 16 | 264 | 46 | 115 |
Binary | 10101111 | 11011011 | 11011011 | 10100 | 0 | 0 | 1110 | 10110100 | 100110 | 1001101 |
Color Harmonies of #AFDBDB
Complementary color
Monochromatic Colors of #AFDBDB
Black with #AFDBDB
Text Example
Text Example
White with #AFDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBDB; }
p { color: rgb(175,219,219); }
H1.HeaderClassName
{
color: #AFDBDB;
}
.AnyTagClassName
{
color: #AFDBDB;
}
</style>
background-color css
<style>
a { background-color: #AFDBDB; }
a { background-color: rgb(175,219,219); }
div.DivClassName
{
background-color: #AFDBDB;
}
.BgClassName
{
background-color: #AFDBDB;
}
</style>
border-color css
<style>
span { border-color: #AFDBDB; }
span { border-color: rgb(175,219,219); }
td.TdClassName
{
border-color: #AFDBDB;
}
.TagClassName
{
border-color: #AFDBDB;
}
</style>