Shades of Sky Blue #89DBF2
Tints of Sky Blue #89DBF2
RGB
CMYK
RGB Variations
Color information
#89DBF2 (or 0x89DBF2) is known color: Sky Blue. HEX triplet: 89, DB and F2. RGB value is (137,219,242). Sum of RGB (Red+Green+Blue) = 137+219+242=598 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.91% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #89DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DBF2 is #76240D. Grayscale: #C4C4C4. Windows color (decimal): -7742478 or 15915913. OLE color: 15915913.
HSL color Cylindrical-coordinate representation of color #89DBF2: hue angle of 193.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89DBF2 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 219 | 242 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.05 |
| HSL | 193.14º | 0.8% | 0.74% | - |
| HSV(B) | 193.14º | 0.43% | 0.95% | - |
| XYZ | 51.68 | 62.39 | 93.32 | - |
| YUV | 197.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 242 | 0.43 | 0.10 | 0 | 0.05 | 193.14 | 0.8 | 0.74 |
| Hex | 89 | DB | F2 | 2B | A | 0 | 5 | C1 | 50 | 4A |
| Octal | 211 | 333 | 362 | 53 | 12 | 0 | 5 | 301 | 120 | 112 |
| Binary | 10001001 | 11011011 | 11110010 | 101011 | 1010 | 0 | 101 | 11000001 | 1010000 | 1001010 |
Color Harmonies of #89DBF2
Complementary color
Monochromatic Colors of #89DBF2
Black with #89DBF2
Text Example
Text Example
White with #89DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBF2; }
p { color: rgb(137,219,242); }
H1.HeaderClassName
{
color: #89DBF2;
}
.AnyTagClassName
{
color: #89DBF2;
}
</style>
background-color css
<style>
a { background-color: #89DBF2; }
a { background-color: rgb(137,219,242); }
div.DivClassName
{
background-color: #89DBF2;
}
.BgClassName
{
background-color: #89DBF2;
}
</style>
border-color css
<style>
span { border-color: #89DBF2; }
span { border-color: rgb(137,219,242); }
td.TdClassName
{
border-color: #89DBF2;
}
.TagClassName
{
border-color: #89DBF2;
}
</style>