Shades of Sky Blue #89CFF2
Tints of Sky Blue #89CFF2
RGB
CMYK
RGB Variations
Color information
#89CFF2 (or 0x89CFF2) is known color: Sky Blue. HEX triplet: 89, CF and F2. RGB value is (137,207,242). Sum of RGB (Red+Green+Blue) = 137+207+242=586 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.38% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #89CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CFF2 is #76300D. Grayscale: #BDBDBD. Windows color (decimal): -7745550 or 15912841. OLE color: 15912841.
HSL color Cylindrical-coordinate representation of color #89CFF2: hue angle of 200º 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 #89CFF2 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 207 | 242 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.05 |
| HSL | 200º | 0.8% | 0.74% | - |
| HSV(B) | 200º | 0.43% | 0.95% | - |
| XYZ | 48.66 | 56.35 | 92.32 | - |
| YUV | 190.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 242 | 0.43 | 0.14 | 0 | 0.05 | 200 | 0.8 | 0.74 |
| Hex | 89 | CF | F2 | 2B | E | 0 | 5 | C8 | 50 | 4A |
| Octal | 211 | 317 | 362 | 53 | 16 | 0 | 5 | 310 | 120 | 112 |
| Binary | 10001001 | 11001111 | 11110010 | 101011 | 1110 | 0 | 101 | 11001000 | 1010000 | 1001010 |
Color Harmonies of #89CFF2
Complementary color
Monochromatic Colors of #89CFF2
Black with #89CFF2
Text Example
Text Example
White with #89CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFF2; }
p { color: rgb(137,207,242); }
H1.HeaderClassName
{
color: #89CFF2;
}
.AnyTagClassName
{
color: #89CFF2;
}
</style>
background-color css
<style>
a { background-color: #89CFF2; }
a { background-color: rgb(137,207,242); }
div.DivClassName
{
background-color: #89CFF2;
}
.BgClassName
{
background-color: #89CFF2;
}
</style>
border-color css
<style>
span { border-color: #89CFF2; }
span { border-color: rgb(137,207,242); }
td.TdClassName
{
border-color: #89CFF2;
}
.TagClassName
{
border-color: #89CFF2;
}
</style>