Shades of Spray #8BCAD3
Tints of Spray #8BCAD3
RGB
CMYK
RGB Variations
Color information
#8BCAD3 (or 0x8BCAD3) is known color: Spray. HEX triplet: 8B, CA and D3. RGB value is (139,202,211). Sum of RGB (Red+Green+Blue) = 139+202+211=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #8BCAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAD3 is #74352C. Grayscale: #B8B8B8. Windows color (decimal): -7615789 or 13879947. OLE color: 13879947.
HSL color Cylindrical-coordinate representation of color #8BCAD3: hue angle of 187.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BCAD3 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 202 | 211 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.17 |
| HSL | 187.5º | 0.45% | 0.69% | - |
| HSV(B) | 187.5º | 0.34% | 0.83% | - |
| XYZ | 43.53 | 52.43 | 69.45 | - |
| YUV | 184.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 211 | 0.34 | 0.04 | 0 | 0.17 | 187.5 | 0.45 | 0.69 |
| Hex | 8B | CA | D3 | 22 | 4 | 0 | 11 | BC | 2D | 45 |
| Octal | 213 | 312 | 323 | 42 | 4 | 0 | 21 | 274 | 55 | 105 |
| Binary | 10001011 | 11001010 | 11010011 | 100010 | 100 | 0 | 10001 | 10111100 | 101101 | 1000101 |
Color Harmonies of #8BCAD3
Complementary color
Monochromatic Colors of #8BCAD3
Black with #8BCAD3
Text Example
Text Example
White with #8BCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAD3; }
p { color: rgb(139,202,211); }
H1.HeaderClassName
{
color: #8BCAD3;
}
.AnyTagClassName
{
color: #8BCAD3;
}
</style>
background-color css
<style>
a { background-color: #8BCAD3; }
a { background-color: rgb(139,202,211); }
div.DivClassName
{
background-color: #8BCAD3;
}
.BgClassName
{
background-color: #8BCAD3;
}
</style>
border-color css
<style>
span { border-color: #8BCAD3; }
span { border-color: rgb(139,202,211); }
td.TdClassName
{
border-color: #8BCAD3;
}
.TagClassName
{
border-color: #8BCAD3;
}
</style>