Shades of Spray #8CDDE4
Tints of Spray #8CDDE4
RGB
CMYK
RGB Variations
Color information
#8CDDE4 (or 0x8CDDE4) is known color: Spray. HEX triplet: 8C, DD and E4. RGB value is (140,221,228). Sum of RGB (Red+Green+Blue) = 140+221+228=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CDDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDE4 is #73221B. Grayscale: #C5C5C5. Windows color (decimal): -7545372 or 14998924. OLE color: 14998924.
HSL color Cylindrical-coordinate representation of color #8CDDE4: hue angle of 184.77º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CDDE4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 221 | 228 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.11 |
| HSL | 184.77º | 0.62% | 0.72% | - |
| HSV(B) | 184.77º | 0.39% | 0.89% | - |
| XYZ | 50.68 | 62.89 | 82.87 | - |
| YUV | 197.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 228 | 0.39 | 0.03 | 0 | 0.11 | 184.77 | 0.62 | 0.72 |
| Hex | 8C | DD | E4 | 27 | 3 | 0 | B | B9 | 3E | 48 |
| Octal | 214 | 335 | 344 | 47 | 3 | 0 | 13 | 271 | 76 | 110 |
| Binary | 10001100 | 11011101 | 11100100 | 100111 | 11 | 0 | 1011 | 10111001 | 111110 | 1001000 |
Color Harmonies of #8CDDE4
Complementary color
Monochromatic Colors of #8CDDE4
Black with #8CDDE4
Text Example
Text Example
White with #8CDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDE4; }
p { color: rgb(140,221,228); }
H1.HeaderClassName
{
color: #8CDDE4;
}
.AnyTagClassName
{
color: #8CDDE4;
}
</style>
background-color css
<style>
a { background-color: #8CDDE4; }
a { background-color: rgb(140,221,228); }
div.DivClassName
{
background-color: #8CDDE4;
}
.BgClassName
{
background-color: #8CDDE4;
}
</style>
border-color css
<style>
span { border-color: #8CDDE4; }
span { border-color: rgb(140,221,228); }
td.TdClassName
{
border-color: #8CDDE4;
}
.TagClassName
{
border-color: #8CDDE4;
}
</style>