Shades of Light Sky Blue #89CBFF
Tints of Light Sky Blue #89CBFF
RGB
CMYK
RGB Variations
Color information
#89CBFF (or 0x89CBFF) is known color: Light Sky Blue. HEX triplet: 89, CB and FF. RGB value is (137,203,255). Sum of RGB (Red+Green+Blue) = 137+203+255=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #89CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CBFF is #763400. Grayscale: #BCBCBC. Windows color (decimal): -7746561 or 16763785. OLE color: 16763785.
HSL color Cylindrical-coordinate representation of color #89CBFF: hue angle of 206.44º 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 #89CBFF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 203 | 255 | - |
| CMYK | 0.46 | 0.20 | 0 | 0 |
| HSL | 206.44º | 1% | 0.77% | - |
| HSV(B) | 206.44º | 0.46% | 1% | - |
| XYZ | 49.72 | 55.25 | 102.65 | - |
| YUV | 189.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 255 | 0.46 | 0.20 | 0 | 0 | 206.44 | 1 | 0.77 |
| Hex | 89 | CB | FF | 2E | 14 | 0 | 0 | CE | 64 | 4D |
| Octal | 211 | 313 | 377 | 56 | 24 | 0 | 0 | 316 | 144 | 115 |
| Binary | 10001001 | 11001011 | 11111111 | 101110 | 10100 | 0 | 0 | 11001110 | 1100100 | 1001101 |
Color Harmonies of #89CBFF
Complementary color
Monochromatic Colors of #89CBFF
Black with #89CBFF
Text Example
Text Example
White with #89CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBFF; }
p { color: rgb(137,203,255); }
H1.HeaderClassName
{
color: #89CBFF;
}
.AnyTagClassName
{
color: #89CBFF;
}
</style>
background-color css
<style>
a { background-color: #89CBFF; }
a { background-color: rgb(137,203,255); }
div.DivClassName
{
background-color: #89CBFF;
}
.BgClassName
{
background-color: #89CBFF;
}
</style>
border-color css
<style>
span { border-color: #89CBFF; }
span { border-color: rgb(137,203,255); }
td.TdClassName
{
border-color: #89CBFF;
}
.TagClassName
{
border-color: #89CBFF;
}
</style>