Shades of Spray #89CFD2
Tints of Spray #89CFD2
RGB
CMYK
RGB Variations
Color information
#89CFD2 (or 0x89CFD2) is known color: Spray. HEX triplet: 89, CF and D2. RGB value is (137,207,210). Sum of RGB (Red+Green+Blue) = 137+207+210=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #89CFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFD2 is #76302D. Grayscale: #BABABA. Windows color (decimal): -7745582 or 13815689. OLE color: 13815689.
HSL color Cylindrical-coordinate representation of color #89CFD2: hue angle of 182.47º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89CFD2 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 207 | 210 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.18 |
| HSL | 182.47º | 0.45% | 0.68% | - |
| HSV(B) | 182.47º | 0.35% | 0.82% | - |
| XYZ | 44.26 | 54.6 | 69.18 | - |
| YUV | 186.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 210 | 0.35 | 0.01 | 0 | 0.18 | 182.47 | 0.45 | 0.68 |
| Hex | 89 | CF | D2 | 23 | 1 | 0 | 12 | B6 | 2D | 44 |
| Octal | 211 | 317 | 322 | 43 | 1 | 0 | 22 | 266 | 55 | 104 |
| Binary | 10001001 | 11001111 | 11010010 | 100011 | 1 | 0 | 10010 | 10110110 | 101101 | 1000100 |
Color Harmonies of #89CFD2
Complementary color
Monochromatic Colors of #89CFD2
Black with #89CFD2
Text Example
Text Example
White with #89CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFD2; }
p { color: rgb(137,207,210); }
H1.HeaderClassName
{
color: #89CFD2;
}
.AnyTagClassName
{
color: #89CFD2;
}
</style>
background-color css
<style>
a { background-color: #89CFD2; }
a { background-color: rgb(137,207,210); }
div.DivClassName
{
background-color: #89CFD2;
}
.BgClassName
{
background-color: #89CFD2;
}
</style>
border-color css
<style>
span { border-color: #89CFD2; }
span { border-color: rgb(137,207,210); }
td.TdClassName
{
border-color: #89CFD2;
}
.TagClassName
{
border-color: #89CFD2;
}
</style>