Shades of Spray #89CFD4
Tints of Spray #89CFD4
RGB
CMYK
RGB Variations
Color information
#89CFD4 (or 0x89CFD4) is known color: Spray. HEX triplet: 89, CF and D4. RGB value is (137,207,212). Sum of RGB (Red+Green+Blue) = 137+207+212=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #89CFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFD4 is #76302B. Grayscale: #BABABA. Windows color (decimal): -7745580 or 13946761. OLE color: 13946761.
HSL color Cylindrical-coordinate representation of color #89CFD4: hue angle of 184º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89CFD4 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 207 | 212 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.17 |
| HSL | 184º | 0.47% | 0.68% | - |
| HSV(B) | 184º | 0.35% | 0.83% | - |
| XYZ | 44.51 | 54.7 | 70.5 | - |
| YUV | 186.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 212 | 0.35 | 0.02 | 0 | 0.17 | 184 | 0.47 | 0.68 |
| Hex | 89 | CF | D4 | 23 | 2 | 0 | 11 | B8 | 2F | 44 |
| Octal | 211 | 317 | 324 | 43 | 2 | 0 | 21 | 270 | 57 | 104 |
| Binary | 10001001 | 11001111 | 11010100 | 100011 | 10 | 0 | 10001 | 10111000 | 101111 | 1000100 |
Color Harmonies of #89CFD4
Complementary color
Monochromatic Colors of #89CFD4
Black with #89CFD4
Text Example
Text Example
White with #89CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFD4; }
p { color: rgb(137,207,212); }
H1.HeaderClassName
{
color: #89CFD4;
}
.AnyTagClassName
{
color: #89CFD4;
}
</style>
background-color css
<style>
a { background-color: #89CFD4; }
a { background-color: rgb(137,207,212); }
div.DivClassName
{
background-color: #89CFD4;
}
.BgClassName
{
background-color: #89CFD4;
}
</style>
border-color css
<style>
span { border-color: #89CFD4; }
span { border-color: rgb(137,207,212); }
td.TdClassName
{
border-color: #89CFD4;
}
.TagClassName
{
border-color: #89CFD4;
}
</style>