Shades of Spray #8BDEDF
Tints of Spray #8BDEDF
RGB
CMYK
RGB Variations
Color information
#8BDEDF (or 0x8BDEDF) is known color: Spray. HEX triplet: 8B, DE and DF. RGB value is (139,222,223). Sum of RGB (Red+Green+Blue) = 139+222+223=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDEDF is #742120. Grayscale: #C5C5C5. Windows color (decimal): -7610657 or 14671499. OLE color: 14671499.
HSL color Cylindrical-coordinate representation of color #8BDEDF: hue angle of 180.71º 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 #8BDEDF is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 223 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.13 |
| HSL | 180.71º | 0.57% | 0.71% | - |
| HSV(B) | 180.71º | 0.38% | 0.87% | - |
| XYZ | 50.09 | 63.06 | 79.34 | - |
| YUV | 197.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 223 | 0.38 | 0.00 | 0 | 0.13 | 180.71 | 0.57 | 0.71 |
| Hex | 8B | DE | DF | 26 | 0 | 0 | D | B5 | 39 | 47 |
| Octal | 213 | 336 | 337 | 46 | 0 | 0 | 15 | 265 | 71 | 107 |
| Binary | 10001011 | 11011110 | 11011111 | 100110 | 0 | 0 | 1101 | 10110101 | 111001 | 1000111 |
Color Harmonies of #8BDEDF
Complementary color
Monochromatic Colors of #8BDEDF
Black with #8BDEDF
Text Example
Text Example
White with #8BDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDEDF; }
p { color: rgb(139,222,223); }
H1.HeaderClassName
{
color: #8BDEDF;
}
.AnyTagClassName
{
color: #8BDEDF;
}
</style>
background-color css
<style>
a { background-color: #8BDEDF; }
a { background-color: rgb(139,222,223); }
div.DivClassName
{
background-color: #8BDEDF;
}
.BgClassName
{
background-color: #8BDEDF;
}
</style>
border-color css
<style>
span { border-color: #8BDEDF; }
span { border-color: rgb(139,222,223); }
td.TdClassName
{
border-color: #8BDEDF;
}
.TagClassName
{
border-color: #8BDEDF;
}
</style>