Shades of Powder Blue #ADDFEB
Tints of Powder Blue #ADDFEB
RGB
CMYK
RGB Variations
Color information
#ADDFEB (or 0xADDFEB) is known color: Powder Blue. HEX triplet: AD, DF and EB. RGB value is (173,223,235). Sum of RGB (Red+Green+Blue) = 173+223+235=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEB is #522014. Grayscale: #D1D1D1. Windows color (decimal): -5382165 or 15458221. OLE color: 15458221.
HSL color Cylindrical-coordinate representation of color #ADDFEB: hue angle of 191.61º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDFEB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 223 | 235 | - |
CMYK | 0.26 | 0.05 | 0 | 0.08 |
HSL | 191.61º | 0.61% | 0.8% | - |
HSV(B) | 191.61º | 0.26% | 0.92% | - |
XYZ | 58.62 | 67.66 | 88.57 | - |
YUV | 209.42 | 142.44 | 102.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 223 | 235 | 0.26 | 0.05 | 0 | 0.08 | 191.61 | 0.61 | 0.8 |
Hex | AD | DF | EB | 1A | 5 | 0 | 8 | C0 | 3D | 50 |
Octal | 255 | 337 | 353 | 32 | 5 | 0 | 10 | 300 | 75 | 120 |
Binary | 10101101 | 11011111 | 11101011 | 11010 | 101 | 0 | 1000 | 11000000 | 111101 | 1010000 |
Color Harmonies of #ADDFEB
Complementary color
Monochromatic Colors of #ADDFEB
Black with #ADDFEB
Text Example
Text Example
White with #ADDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFEB; }
p { color: rgb(173,223,235); }
H1.HeaderClassName
{
color: #ADDFEB;
}
.AnyTagClassName
{
color: #ADDFEB;
}
</style>
background-color css
<style>
a { background-color: #ADDFEB; }
a { background-color: rgb(173,223,235); }
div.DivClassName
{
background-color: #ADDFEB;
}
.BgClassName
{
background-color: #ADDFEB;
}
</style>
border-color css
<style>
span { border-color: #ADDFEB; }
span { border-color: rgb(173,223,235); }
td.TdClassName
{
border-color: #ADDFEB;
}
.TagClassName
{
border-color: #ADDFEB;
}
</style>