Shades of Light Sky Blue #89CFF8
Tints of Light Sky Blue #89CFF8
RGB
CMYK
RGB Variations
Color information
#89CFF8 (or 0x89CFF8) is known color: Light Sky Blue. HEX triplet: 89, CF and F8. RGB value is (137,207,248). Sum of RGB (Red+Green+Blue) = 137+207+248=592 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.14% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #89CFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CFF8 is #763007. Grayscale: #BEBEBE. Windows color (decimal): -7745544 or 16306057. OLE color: 16306057.
HSL color Cylindrical-coordinate representation of color #89CFF8: hue angle of 202.16º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89CFF8 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 207 | 248 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.03 |
| HSL | 202.16º | 0.89% | 0.75% | - |
| HSV(B) | 202.16º | 0.45% | 0.97% | - |
| XYZ | 49.57 | 56.72 | 97.14 | - |
| YUV | 190.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 248 | 0.45 | 0.17 | 0 | 0.03 | 202.16 | 0.89 | 0.75 |
| Hex | 89 | CF | F8 | 2D | 11 | 0 | 3 | CA | 59 | 4B |
| Octal | 211 | 317 | 370 | 55 | 21 | 0 | 3 | 312 | 131 | 113 |
| Binary | 10001001 | 11001111 | 11111000 | 101101 | 10001 | 0 | 11 | 11001010 | 1011001 | 1001011 |
Color Harmonies of #89CFF8
Complementary color
Monochromatic Colors of #89CFF8
Black with #89CFF8
Text Example
Text Example
White with #89CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFF8; }
p { color: rgb(137,207,248); }
H1.HeaderClassName
{
color: #89CFF8;
}
.AnyTagClassName
{
color: #89CFF8;
}
</style>
background-color css
<style>
a { background-color: #89CFF8; }
a { background-color: rgb(137,207,248); }
div.DivClassName
{
background-color: #89CFF8;
}
.BgClassName
{
background-color: #89CFF8;
}
</style>
border-color css
<style>
span { border-color: #89CFF8; }
span { border-color: rgb(137,207,248); }
td.TdClassName
{
border-color: #89CFF8;
}
.TagClassName
{
border-color: #89CFF8;
}
</style>