Shades of Light Sky Blue #91C8FC
Tints of Light Sky Blue #91C8FC
RGB
CMYK
RGB Variations
Color information
#91C8FC (or 0x91C8FC) is known color: Light Sky Blue. HEX triplet: 91, C8 and FC. RGB value is (145,200,252). Sum of RGB (Red+Green+Blue) = 145+200+252=597 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.29% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #91C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C8FC is #6E3703. Grayscale: #BDBDBD. Windows color (decimal): -7223044 or 16566417. OLE color: 16566417.
HSL color Cylindrical-coordinate representation of color #91C8FC: hue angle of 209.16º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C8FC is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 200 | 252 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.01 |
| HSL | 209.16º | 0.95% | 0.78% | - |
| HSV(B) | 209.16º | 0.42% | 0.99% | - |
| XYZ | 49.9 | 54.36 | 99.96 | - |
| YUV | 189.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 252 | 0.42 | 0.21 | 0 | 0.01 | 209.16 | 0.95 | 0.78 |
| Hex | 91 | C8 | FC | 2A | 15 | 0 | 1 | D1 | 5F | 4E |
| Octal | 221 | 310 | 374 | 52 | 25 | 0 | 1 | 321 | 137 | 116 |
| Binary | 10010001 | 11001000 | 11111100 | 101010 | 10101 | 0 | 1 | 11010001 | 1011111 | 1001110 |
Color Harmonies of #91C8FC
Complementary color
Monochromatic Colors of #91C8FC
Black with #91C8FC
Text Example
Text Example
White with #91C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C8FC; }
p { color: rgb(145,200,252); }
H1.HeaderClassName
{
color: #91C8FC;
}
.AnyTagClassName
{
color: #91C8FC;
}
</style>
background-color css
<style>
a { background-color: #91C8FC; }
a { background-color: rgb(145,200,252); }
div.DivClassName
{
background-color: #91C8FC;
}
.BgClassName
{
background-color: #91C8FC;
}
</style>
border-color css
<style>
span { border-color: #91C8FC; }
span { border-color: rgb(145,200,252); }
td.TdClassName
{
border-color: #91C8FC;
}
.TagClassName
{
border-color: #91C8FC;
}
</style>