Shades of Spray #8BD2DF
Tints of Spray #8BD2DF
RGB
CMYK
RGB Variations
Color information
#8BD2DF (or 0x8BD2DF) is known color: Spray. HEX triplet: 8B, D2 and DF. RGB value is (139,210,223). Sum of RGB (Red+Green+Blue) = 139+210+223=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD2DF is #742D20. Grayscale: #BEBEBE. Windows color (decimal): -7613729 or 14668427. OLE color: 14668427.
HSL color Cylindrical-coordinate representation of color #8BD2DF: hue angle of 189.29º 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 #8BD2DF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 210 | 223 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.13 |
| HSL | 189.29º | 0.57% | 0.71% | - |
| HSV(B) | 189.29º | 0.38% | 0.87% | - |
| XYZ | 47.01 | 56.91 | 78.32 | - |
| YUV | 190.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 223 | 0.38 | 0.06 | 0 | 0.13 | 189.29 | 0.57 | 0.71 |
| Hex | 8B | D2 | DF | 26 | 6 | 0 | D | BD | 39 | 47 |
| Octal | 213 | 322 | 337 | 46 | 6 | 0 | 15 | 275 | 71 | 107 |
| Binary | 10001011 | 11010010 | 11011111 | 100110 | 110 | 0 | 1101 | 10111101 | 111001 | 1000111 |
Color Harmonies of #8BD2DF
Complementary color
Monochromatic Colors of #8BD2DF
Black with #8BD2DF
Text Example
Text Example
White with #8BD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2DF; }
p { color: rgb(139,210,223); }
H1.HeaderClassName
{
color: #8BD2DF;
}
.AnyTagClassName
{
color: #8BD2DF;
}
</style>
background-color css
<style>
a { background-color: #8BD2DF; }
a { background-color: rgb(139,210,223); }
div.DivClassName
{
background-color: #8BD2DF;
}
.BgClassName
{
background-color: #8BD2DF;
}
</style>
border-color css
<style>
span { border-color: #8BD2DF; }
span { border-color: rgb(139,210,223); }
td.TdClassName
{
border-color: #8BD2DF;
}
.TagClassName
{
border-color: #8BD2DF;
}
</style>