Shades of Sinbad #AADBDA
Tints of Sinbad #AADBDA
RGB
CMYK
RGB Variations
Color information
#AADBDA (or 0xAADBDA) is known color: Sinbad. HEX triplet: AA, DB and DA. RGB value is (170,219,218). Sum of RGB (Red+Green+Blue) = 170+219+218=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBDA is #552425. Grayscale: #CCCCCC. Windows color (decimal): -5579814 or 14343082. OLE color: 14343082.
HSL color Cylindrical-coordinate representation of color #AADBDA: hue angle of 178.78º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBDA is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 219 | 218 | - |
CMYK | 0.22 | 0 | 0.00 | 0.14 |
HSL | 178.78º | 0.4% | 0.76% | - |
HSV(B) | 178.78º | 0.22% | 0.86% | - |
XYZ | 54.56 | 64.27 | 75.86 | - |
YUV | 204.24 | 135.77 | 103.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 219 | 218 | 0.22 | 0 | 0.00 | 0.14 | 178.78 | 0.4 | 0.76 |
Hex | AA | DB | DA | 16 | 0 | 0 | E | B3 | 28 | 4C |
Octal | 252 | 333 | 332 | 26 | 0 | 0 | 16 | 263 | 50 | 114 |
Binary | 10101010 | 11011011 | 11011010 | 10110 | 0 | 0 | 1110 | 10110011 | 101000 | 1001100 |
Color Harmonies of #AADBDA
Complementary color
Monochromatic Colors of #AADBDA
Black with #AADBDA
Text Example
Text Example
White with #AADBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBDA; }
p { color: rgb(170,219,218); }
H1.HeaderClassName
{
color: #AADBDA;
}
.AnyTagClassName
{
color: #AADBDA;
}
</style>
background-color css
<style>
a { background-color: #AADBDA; }
a { background-color: rgb(170,219,218); }
div.DivClassName
{
background-color: #AADBDA;
}
.BgClassName
{
background-color: #AADBDA;
}
</style>
border-color css
<style>
span { border-color: #AADBDA; }
span { border-color: rgb(170,219,218); }
td.TdClassName
{
border-color: #AADBDA;
}
.TagClassName
{
border-color: #AADBDA;
}
</style>