Shades of Light Sky Blue #91B5FF
Tints of Light Sky Blue #91B5FF
RGB
CMYK
RGB Variations
Color information
#91B5FF (or 0x91B5FF) is known color: Light Sky Blue. HEX triplet: 91, B5 and FF. RGB value is (145,181,255). Sum of RGB (Red+Green+Blue) = 145+181+255=581 (76% of max value = 765). Red value is 145 (57.03% from 255 or 24.96% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #91B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B5FF is #6E4A00. Grayscale: #B2B2B2. Windows color (decimal): -7227905 or 16758161. OLE color: 16758161.
HSL color Cylindrical-coordinate representation of color #91B5FF: hue angle of 220.36º 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 #91B5FF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 181 | 255 | - |
| CMYK | 0.43 | 0.29 | 0 | 0 |
| HSL | 220.36º | 1% | 0.78% | - |
| HSV(B) | 220.36º | 0.43% | 1% | - |
| XYZ | 46.25 | 46.29 | 101.1 | - |
| YUV | 178.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 255 | 0.43 | 0.29 | 0 | 0 | 220.36 | 1 | 0.78 |
| Hex | 91 | B5 | FF | 2B | 1D | 0 | 0 | DC | 64 | 4E |
| Octal | 221 | 265 | 377 | 53 | 35 | 0 | 0 | 334 | 144 | 116 |
| Binary | 10010001 | 10110101 | 11111111 | 101011 | 11101 | 0 | 0 | 11011100 | 1100100 | 1001110 |
Color Harmonies of #91B5FF
Complementary color
Monochromatic Colors of #91B5FF
Black with #91B5FF
Text Example
Text Example
White with #91B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B5FF; }
p { color: rgb(145,181,255); }
H1.HeaderClassName
{
color: #91B5FF;
}
.AnyTagClassName
{
color: #91B5FF;
}
</style>
background-color css
<style>
a { background-color: #91B5FF; }
a { background-color: rgb(145,181,255); }
div.DivClassName
{
background-color: #91B5FF;
}
.BgClassName
{
background-color: #91B5FF;
}
</style>
border-color css
<style>
span { border-color: #91B5FF; }
span { border-color: rgb(145,181,255); }
td.TdClassName
{
border-color: #91B5FF;
}
.TagClassName
{
border-color: #91B5FF;
}
</style>