Shades of Spray #89CDDB
Tints of Spray #89CDDB
RGB
CMYK
RGB Variations
Color information
#89CDDB (or 0x89CDDB) is known color: Spray. HEX triplet: 89, CD and DB. RGB value is (137,205,219). Sum of RGB (Red+Green+Blue) = 137+205+219=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #89CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDDB is #763224. Grayscale: #BABABA. Windows color (decimal): -7746085 or 14405001. OLE color: 14405001.
HSL color Cylindrical-coordinate representation of color #89CDDB: hue angle of 190.24º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CDDB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 137 | 205 | 219 | - |
CMYK | 0.37 | 0.06 | 0 | 0.14 |
HSL | 190.24º | 0.53% | 0.7% | - |
HSV(B) | 190.24º | 0.37% | 0.86% | - |
XYZ | 44.93 | 54.1 | 75.09 | - |
YUV | 186.26 | 146.47 | 92.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 205 | 219 | 0.37 | 0.06 | 0 | 0.14 | 190.24 | 0.53 | 0.7 |
Hex | 89 | CD | DB | 25 | 6 | 0 | E | BE | 35 | 46 |
Octal | 211 | 315 | 333 | 45 | 6 | 0 | 16 | 276 | 65 | 106 |
Binary | 10001001 | 11001101 | 11011011 | 100101 | 110 | 0 | 1110 | 10111110 | 110101 | 1000110 |
Color Harmonies of #89CDDB
Complementary color
Monochromatic Colors of #89CDDB
Black with #89CDDB
Text Example
Text Example
White with #89CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDDB; }
p { color: rgb(137,205,219); }
H1.HeaderClassName
{
color: #89CDDB;
}
.AnyTagClassName
{
color: #89CDDB;
}
</style>
background-color css
<style>
a { background-color: #89CDDB; }
a { background-color: rgb(137,205,219); }
div.DivClassName
{
background-color: #89CDDB;
}
.BgClassName
{
background-color: #89CDDB;
}
</style>
border-color css
<style>
span { border-color: #89CDDB; }
span { border-color: rgb(137,205,219); }
td.TdClassName
{
border-color: #89CDDB;
}
.TagClassName
{
border-color: #89CDDB;
}
</style>