Shades of Spray #8BC4D5
Tints of Spray #8BC4D5
RGB
CMYK
RGB Variations
Color information
#8BC4D5 (or 0x8BC4D5) is known color: Spray. HEX triplet: 8B, C4 and D5. RGB value is (139,196,213). Sum of RGB (Red+Green+Blue) = 139+196+213=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BC4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4D5 is #743B2A. Grayscale: #B4B4B4. Windows color (decimal): -7617323 or 14009483. OLE color: 14009483.
HSL color Cylindrical-coordinate representation of color #8BC4D5: hue angle of 193.78º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC4D5 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 196 | 213 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.16 |
| HSL | 193.78º | 0.47% | 0.69% | - |
| HSV(B) | 193.78º | 0.35% | 0.84% | - |
| XYZ | 42.4 | 49.77 | 70.32 | - |
| YUV | 180.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 213 | 0.35 | 0.08 | 0 | 0.16 | 193.78 | 0.47 | 0.69 |
| Hex | 8B | C4 | D5 | 23 | 8 | 0 | 10 | C2 | 2F | 45 |
| Octal | 213 | 304 | 325 | 43 | 10 | 0 | 20 | 302 | 57 | 105 |
| Binary | 10001011 | 11000100 | 11010101 | 100011 | 1000 | 0 | 10000 | 11000010 | 101111 | 1000101 |
Color Harmonies of #8BC4D5
Complementary color
Monochromatic Colors of #8BC4D5
Black with #8BC4D5
Text Example
Text Example
White with #8BC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC4D5; }
p { color: rgb(139,196,213); }
H1.HeaderClassName
{
color: #8BC4D5;
}
.AnyTagClassName
{
color: #8BC4D5;
}
</style>
background-color css
<style>
a { background-color: #8BC4D5; }
a { background-color: rgb(139,196,213); }
div.DivClassName
{
background-color: #8BC4D5;
}
.BgClassName
{
background-color: #8BC4D5;
}
</style>
border-color css
<style>
span { border-color: #8BC4D5; }
span { border-color: rgb(139,196,213); }
td.TdClassName
{
border-color: #8BC4D5;
}
.TagClassName
{
border-color: #8BC4D5;
}
</style>