Shades of Light Sky Blue #91C6FA
Tints of Light Sky Blue #91C6FA
RGB
CMYK
RGB Variations
Color information
#91C6FA (or 0x91C6FA) is known color: Light Sky Blue. HEX triplet: 91, C6 and FA. RGB value is (145,198,250). Sum of RGB (Red+Green+Blue) = 145+198+250=593 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.45% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #91C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C6FA is #6E3905. Grayscale: #BBBBBB. Windows color (decimal): -7223558 or 16434833. OLE color: 16434833.
HSL color Cylindrical-coordinate representation of color #91C6FA: hue angle of 209.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C6FA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 198 | 250 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.02 |
| HSL | 209.71º | 0.91% | 0.77% | - |
| HSV(B) | 209.71º | 0.42% | 0.98% | - |
| XYZ | 49.13 | 53.31 | 98.14 | - |
| YUV | 188.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 250 | 0.42 | 0.21 | 0 | 0.02 | 209.71 | 0.91 | 0.77 |
| Hex | 91 | C6 | FA | 2A | 15 | 0 | 2 | D2 | 5B | 4D |
| Octal | 221 | 306 | 372 | 52 | 25 | 0 | 2 | 322 | 133 | 115 |
| Binary | 10010001 | 11000110 | 11111010 | 101010 | 10101 | 0 | 10 | 11010010 | 1011011 | 1001101 |
Color Harmonies of #91C6FA
Complementary color
Monochromatic Colors of #91C6FA
Black with #91C6FA
Text Example
Text Example
White with #91C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C6FA; }
p { color: rgb(145,198,250); }
H1.HeaderClassName
{
color: #91C6FA;
}
.AnyTagClassName
{
color: #91C6FA;
}
</style>
background-color css
<style>
a { background-color: #91C6FA; }
a { background-color: rgb(145,198,250); }
div.DivClassName
{
background-color: #91C6FA;
}
.BgClassName
{
background-color: #91C6FA;
}
</style>
border-color css
<style>
span { border-color: #91C6FA; }
span { border-color: rgb(145,198,250); }
td.TdClassName
{
border-color: #91C6FA;
}
.TagClassName
{
border-color: #91C6FA;
}
</style>