Shades of Light Sky Blue #91B9FF
Tints of Light Sky Blue #91B9FF
RGB
CMYK
RGB Variations
Color information
#91B9FF (or 0x91B9FF) is known color: Light Sky Blue. HEX triplet: 91, B9 and FF. RGB value is (145,185,255). Sum of RGB (Red+Green+Blue) = 145+185+255=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #91B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B9FF is #6E4600. Grayscale: #B4B4B4. Windows color (decimal): -7226881 or 16759185. OLE color: 16759185.
HSL color Cylindrical-coordinate representation of color #91B9FF: hue angle of 218.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91B9FF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 185 | 255 | - |
| CMYK | 0.43 | 0.27 | 0 | 0 |
| HSL | 218.18º | 1% | 0.78% | - |
| HSV(B) | 218.18º | 0.43% | 1% | - |
| XYZ | 47.08 | 47.94 | 101.38 | - |
| YUV | 181.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 185 | 255 | 0.43 | 0.27 | 0 | 0 | 218.18 | 1 | 0.78 |
| Hex | 91 | B9 | FF | 2B | 1B | 0 | 0 | DA | 64 | 4E |
| Octal | 221 | 271 | 377 | 53 | 33 | 0 | 0 | 332 | 144 | 116 |
| Binary | 10010001 | 10111001 | 11111111 | 101011 | 11011 | 0 | 0 | 11011010 | 1100100 | 1001110 |
Color Harmonies of #91B9FF
Complementary color
Monochromatic Colors of #91B9FF
Black with #91B9FF
Text Example
Text Example
White with #91B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B9FF; }
p { color: rgb(145,185,255); }
H1.HeaderClassName
{
color: #91B9FF;
}
.AnyTagClassName
{
color: #91B9FF;
}
</style>
background-color css
<style>
a { background-color: #91B9FF; }
a { background-color: rgb(145,185,255); }
div.DivClassName
{
background-color: #91B9FF;
}
.BgClassName
{
background-color: #91B9FF;
}
</style>
border-color css
<style>
span { border-color: #91B9FF; }
span { border-color: rgb(145,185,255); }
td.TdClassName
{
border-color: #91B9FF;
}
.TagClassName
{
border-color: #91B9FF;
}
</style>