Shades of Powder Blue #AEDBDB
Tints of Powder Blue #AEDBDB
RGB
CMYK
RGB Variations
Color information
#AEDBDB (or 0xAEDBDB) is known color: Powder Blue. HEX triplet: AE, DB and DB. RGB value is (174,219,219). Sum of RGB (Red+Green+Blue) = 174+219+219=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #AEDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBDB is #512424. Grayscale: #CDCDCD. Windows color (decimal): -5317669 or 14408622. OLE color: 14408622.
HSL color Cylindrical-coordinate representation of color #AEDBDB: 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.21%. Process color model (Four color, CMYK) of #AEDBDB is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 219 | 219 | - |
CMYK | 0.21 | 0 | 0 | 0.14 |
HSL | 180º | 0.38% | 0.77% | - |
HSV(B) | 180º | 0.21% | 0.86% | - |
XYZ | 55.57 | 64.78 | 76.59 | - |
YUV | 205.55 | 135.59 | 105.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 219 | 219 | 0.21 | 0 | 0 | 0.14 | 180 | 0.38 | 0.77 |
Hex | AE | DB | DB | 15 | 0 | 0 | E | B4 | 26 | 4D |
Octal | 256 | 333 | 333 | 25 | 0 | 0 | 16 | 264 | 46 | 115 |
Binary | 10101110 | 11011011 | 11011011 | 10101 | 0 | 0 | 1110 | 10110100 | 100110 | 1001101 |
Color Harmonies of #AEDBDB
Complementary color
Monochromatic Colors of #AEDBDB
Black with #AEDBDB
Text Example
Text Example
White with #AEDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBDB; }
p { color: rgb(174,219,219); }
H1.HeaderClassName
{
color: #AEDBDB;
}
.AnyTagClassName
{
color: #AEDBDB;
}
</style>
background-color css
<style>
a { background-color: #AEDBDB; }
a { background-color: rgb(174,219,219); }
div.DivClassName
{
background-color: #AEDBDB;
}
.BgClassName
{
background-color: #AEDBDB;
}
</style>
border-color css
<style>
span { border-color: #AEDBDB; }
span { border-color: rgb(174,219,219); }
td.TdClassName
{
border-color: #AEDBDB;
}
.TagClassName
{
border-color: #AEDBDB;
}
</style>