Shades of Spray #8ACBD2
Tints of Spray #8ACBD2
RGB
CMYK
RGB Variations
Color information
#8ACBD2 (or 0x8ACBD2) is known color: Spray. HEX triplet: 8A, CB and D2. RGB value is (138,203,210). Sum of RGB (Red+Green+Blue) = 138+203+210=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #8ACBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBD2 is #75342D. Grayscale: #B8B8B8. Windows color (decimal): -7681070 or 13814666. OLE color: 13814666.
HSL color Cylindrical-coordinate representation of color #8ACBD2: hue angle of 185.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ACBD2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 203 | 210 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.18 |
| HSL | 185.83º | 0.44% | 0.68% | - |
| HSV(B) | 185.83º | 0.34% | 0.82% | - |
| XYZ | 43.47 | 52.77 | 68.87 | - |
| YUV | 184.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 210 | 0.34 | 0.03 | 0 | 0.18 | 185.83 | 0.44 | 0.68 |
| Hex | 8A | CB | D2 | 22 | 3 | 0 | 12 | BA | 2C | 44 |
| Octal | 212 | 313 | 322 | 42 | 3 | 0 | 22 | 272 | 54 | 104 |
| Binary | 10001010 | 11001011 | 11010010 | 100010 | 11 | 0 | 10010 | 10111010 | 101100 | 1000100 |
Color Harmonies of #8ACBD2
Complementary color
Monochromatic Colors of #8ACBD2
Black with #8ACBD2
Text Example
Text Example
White with #8ACBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBD2; }
p { color: rgb(138,203,210); }
H1.HeaderClassName
{
color: #8ACBD2;
}
.AnyTagClassName
{
color: #8ACBD2;
}
</style>
background-color css
<style>
a { background-color: #8ACBD2; }
a { background-color: rgb(138,203,210); }
div.DivClassName
{
background-color: #8ACBD2;
}
.BgClassName
{
background-color: #8ACBD2;
}
</style>
border-color css
<style>
span { border-color: #8ACBD2; }
span { border-color: rgb(138,203,210); }
td.TdClassName
{
border-color: #8ACBD2;
}
.TagClassName
{
border-color: #8ACBD2;
}
</style>