Shades of Spray #8ADFDF
Tints of Spray #8ADFDF
RGB
CMYK
RGB Variations
Color information
#8ADFDF (or 0x8ADFDF) is known color: Spray. HEX triplet: 8A, DF and DF. RGB value is (138,223,223). Sum of RGB (Red+Green+Blue) = 138+223+223=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #8ADFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFDF is #752020. Grayscale: #C5C5C5. Windows color (decimal): -7675937 or 14671754. OLE color: 14671754.
HSL color Cylindrical-coordinate representation of color #8ADFDF: hue angle of 180º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFDF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 223 | - |
| CMYK | 0.38 | 0 | 0 | 0.13 |
| HSL | 180º | 0.57% | 0.71% | - |
| HSV(B) | 180º | 0.38% | 0.87% | - |
| XYZ | 50.19 | 63.51 | 79.42 | - |
| YUV | 197.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 223 | 0.38 | 0 | 0 | 0.13 | 180 | 0.57 | 0.71 |
| Hex | 8A | DF | DF | 26 | 0 | 0 | D | B4 | 39 | 47 |
| Octal | 212 | 337 | 337 | 46 | 0 | 0 | 15 | 264 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11011111 | 100110 | 0 | 0 | 1101 | 10110100 | 111001 | 1000111 |
Color Harmonies of #8ADFDF
Complementary color
Monochromatic Colors of #8ADFDF
Black with #8ADFDF
Text Example
Text Example
White with #8ADFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFDF; }
p { color: rgb(138,223,223); }
H1.HeaderClassName
{
color: #8ADFDF;
}
.AnyTagClassName
{
color: #8ADFDF;
}
</style>
background-color css
<style>
a { background-color: #8ADFDF; }
a { background-color: rgb(138,223,223); }
div.DivClassName
{
background-color: #8ADFDF;
}
.BgClassName
{
background-color: #8ADFDF;
}
</style>
border-color css
<style>
span { border-color: #8ADFDF; }
span { border-color: rgb(138,223,223); }
td.TdClassName
{
border-color: #8ADFDF;
}
.TagClassName
{
border-color: #8ADFDF;
}
</style>