Shades of Spray #8ADBDC
Tints of Spray #8ADBDC
RGB
CMYK
RGB Variations
Color information
#8ADBDC (or 0x8ADBDC) is known color: Spray. HEX triplet: 8A, DB and DC. RGB value is (138,219,220). Sum of RGB (Red+Green+Blue) = 138+219+220=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ADBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBDC is #752423. Grayscale: #C2C2C2. Windows color (decimal): -7676964 or 14474122. OLE color: 14474122.
HSL color Cylindrical-coordinate representation of color #8ADBDC: hue angle of 180.73º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADBDC is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 220 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.14 |
| HSL | 180.73º | 0.54% | 0.7% | - |
| HSV(B) | 180.73º | 0.37% | 0.86% | - |
| XYZ | 48.73 | 61.23 | 76.96 | - |
| YUV | 194.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 220 | 0.37 | 0.00 | 0 | 0.14 | 180.73 | 0.54 | 0.7 |
| Hex | 8A | DB | DC | 25 | 0 | 0 | E | B5 | 36 | 46 |
| Octal | 212 | 333 | 334 | 45 | 0 | 0 | 16 | 265 | 66 | 106 |
| Binary | 10001010 | 11011011 | 11011100 | 100101 | 0 | 0 | 1110 | 10110101 | 110110 | 1000110 |
Color Harmonies of #8ADBDC
Complementary color
Monochromatic Colors of #8ADBDC
Black with #8ADBDC
Text Example
Text Example
White with #8ADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBDC; }
p { color: rgb(138,219,220); }
H1.HeaderClassName
{
color: #8ADBDC;
}
.AnyTagClassName
{
color: #8ADBDC;
}
</style>
background-color css
<style>
a { background-color: #8ADBDC; }
a { background-color: rgb(138,219,220); }
div.DivClassName
{
background-color: #8ADBDC;
}
.BgClassName
{
background-color: #8ADBDC;
}
</style>
border-color css
<style>
span { border-color: #8ADBDC; }
span { border-color: rgb(138,219,220); }
td.TdClassName
{
border-color: #8ADBDC;
}
.TagClassName
{
border-color: #8ADBDC;
}
</style>