Shades of Light Sky Blue #89CFFF
Tints of Light Sky Blue #89CFFF
RGB
CMYK
RGB Variations
Color information
#89CFFF (or 0x89CFFF) is known color: Light Sky Blue. HEX triplet: 89, CF and FF. RGB value is (137,207,255). Sum of RGB (Red+Green+Blue) = 137+207+255=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #89CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CFFF is #763000. Grayscale: #BFBFBF. Windows color (decimal): -7745537 or 16764809. OLE color: 16764809.
HSL color Cylindrical-coordinate representation of color #89CFFF: hue angle of 204.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89CFFF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 207 | 255 | - |
| CMYK | 0.46 | 0.19 | 0 | 0 |
| HSL | 204.41º | 1% | 0.77% | - |
| HSV(B) | 204.41º | 0.46% | 1% | - |
| XYZ | 50.68 | 57.16 | 102.97 | - |
| YUV | 191.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 255 | 0.46 | 0.19 | 0 | 0 | 204.41 | 1 | 0.77 |
| Hex | 89 | CF | FF | 2E | 13 | 0 | 0 | CC | 64 | 4D |
| Octal | 211 | 317 | 377 | 56 | 23 | 0 | 0 | 314 | 144 | 115 |
| Binary | 10001001 | 11001111 | 11111111 | 101110 | 10011 | 0 | 0 | 11001100 | 1100100 | 1001101 |
Color Harmonies of #89CFFF
Complementary color
Monochromatic Colors of #89CFFF
Black with #89CFFF
Text Example
Text Example
White with #89CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFFF; }
p { color: rgb(137,207,255); }
H1.HeaderClassName
{
color: #89CFFF;
}
.AnyTagClassName
{
color: #89CFFF;
}
</style>
background-color css
<style>
a { background-color: #89CFFF; }
a { background-color: rgb(137,207,255); }
div.DivClassName
{
background-color: #89CFFF;
}
.BgClassName
{
background-color: #89CFFF;
}
</style>
border-color css
<style>
span { border-color: #89CFFF; }
span { border-color: rgb(137,207,255); }
td.TdClassName
{
border-color: #89CFFF;
}
.TagClassName
{
border-color: #89CFFF;
}
</style>