Shades of Light Sky Blue #89CFFC
Tints of Light Sky Blue #89CFFC
RGB
CMYK
RGB Variations
Color information
#89CFFC (or 0x89CFFC) is known color: Light Sky Blue. HEX triplet: 89, CF and FC. RGB value is (137,207,252). Sum of RGB (Red+Green+Blue) = 137+207+252=596 (78% of max value = 765). Red value is 137 (53.91% from 255 or 22.99% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #89CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CFFC is #763003. Grayscale: #BEBEBE. Windows color (decimal): -7745540 or 16568201. OLE color: 16568201.
HSL color Cylindrical-coordinate representation of color #89CFFC: hue angle of 203.48º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89CFFC is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 207 | 252 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.01 |
| HSL | 203.48º | 0.95% | 0.76% | - |
| HSV(B) | 203.48º | 0.46% | 0.99% | - |
| XYZ | 50.2 | 56.97 | 100.45 | - |
| YUV | 191.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 252 | 0.46 | 0.18 | 0 | 0.01 | 203.48 | 0.95 | 0.76 |
| Hex | 89 | CF | FC | 2E | 12 | 0 | 1 | CB | 5F | 4C |
| Octal | 211 | 317 | 374 | 56 | 22 | 0 | 1 | 313 | 137 | 114 |
| Binary | 10001001 | 11001111 | 11111100 | 101110 | 10010 | 0 | 1 | 11001011 | 1011111 | 1001100 |
Color Harmonies of #89CFFC
Complementary color
Monochromatic Colors of #89CFFC
Black with #89CFFC
Text Example
Text Example
White with #89CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFFC; }
p { color: rgb(137,207,252); }
H1.HeaderClassName
{
color: #89CFFC;
}
.AnyTagClassName
{
color: #89CFFC;
}
</style>
background-color css
<style>
a { background-color: #89CFFC; }
a { background-color: rgb(137,207,252); }
div.DivClassName
{
background-color: #89CFFC;
}
.BgClassName
{
background-color: #89CFFC;
}
</style>
border-color css
<style>
span { border-color: #89CFFC; }
span { border-color: rgb(137,207,252); }
td.TdClassName
{
border-color: #89CFFC;
}
.TagClassName
{
border-color: #89CFFC;
}
</style>