Shades of Light Sky Blue #91C7F8
Tints of Light Sky Blue #91C7F8
RGB
CMYK
RGB Variations
Color information
#91C7F8 (or 0x91C7F8) is known color: Light Sky Blue. HEX triplet: 91, C7 and F8. RGB value is (145,199,248). Sum of RGB (Red+Green+Blue) = 145+199+248=592 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.49% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #91C7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C7F8 is #6E3807. Grayscale: #BCBCBC. Windows color (decimal): -7223304 or 16304017. OLE color: 16304017.
HSL color Cylindrical-coordinate representation of color #91C7F8: hue angle of 208.54º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C7F8 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 199 | 248 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.03 |
| HSL | 208.54º | 0.88% | 0.77% | - |
| HSV(B) | 208.54º | 0.42% | 0.97% | - |
| XYZ | 49.04 | 53.64 | 96.58 | - |
| YUV | 188.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 199 | 248 | 0.42 | 0.20 | 0 | 0.03 | 208.54 | 0.88 | 0.77 |
| Hex | 91 | C7 | F8 | 2A | 14 | 0 | 3 | D1 | 58 | 4D |
| Octal | 221 | 307 | 370 | 52 | 24 | 0 | 3 | 321 | 130 | 115 |
| Binary | 10010001 | 11000111 | 11111000 | 101010 | 10100 | 0 | 11 | 11010001 | 1011000 | 1001101 |
Color Harmonies of #91C7F8
Complementary color
Monochromatic Colors of #91C7F8
Black with #91C7F8
Text Example
Text Example
White with #91C7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C7F8; }
p { color: rgb(145,199,248); }
H1.HeaderClassName
{
color: #91C7F8;
}
.AnyTagClassName
{
color: #91C7F8;
}
</style>
background-color css
<style>
a { background-color: #91C7F8; }
a { background-color: rgb(145,199,248); }
div.DivClassName
{
background-color: #91C7F8;
}
.BgClassName
{
background-color: #91C7F8;
}
</style>
border-color css
<style>
span { border-color: #91C7F8; }
span { border-color: rgb(145,199,248); }
td.TdClassName
{
border-color: #91C7F8;
}
.TagClassName
{
border-color: #91C7F8;
}
</style>