Shades of Light Sky Blue #91BBF5
Tints of Light Sky Blue #91BBF5
RGB
CMYK
RGB Variations
Color information
#91BBF5 (or 0x91BBF5) is known color: Light Sky Blue. HEX triplet: 91, BB and F5. RGB value is (145,187,245). Sum of RGB (Red+Green+Blue) = 145+187+245=577 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.13% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #91BBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BBF5 is #6E440A. Grayscale: #B4B4B4. Windows color (decimal): -7226379 or 16104337. OLE color: 16104337.
HSL color Cylindrical-coordinate representation of color #91BBF5: hue angle of 214.8º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91BBF5 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 187 | 245 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.04 |
| HSL | 214.8º | 0.83% | 0.76% | - |
| HSV(B) | 214.8º | 0.41% | 0.96% | - |
| XYZ | 45.93 | 48.15 | 93.26 | - |
| YUV | 181.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 245 | 0.41 | 0.24 | 0 | 0.04 | 214.8 | 0.83 | 0.76 |
| Hex | 91 | BB | F5 | 29 | 18 | 0 | 4 | D7 | 53 | 4C |
| Octal | 221 | 273 | 365 | 51 | 30 | 0 | 4 | 327 | 123 | 114 |
| Binary | 10010001 | 10111011 | 11110101 | 101001 | 11000 | 0 | 100 | 11010111 | 1010011 | 1001100 |
Color Harmonies of #91BBF5
Complementary color
Monochromatic Colors of #91BBF5
Black with #91BBF5
Text Example
Text Example
White with #91BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBF5; }
p { color: rgb(145,187,245); }
H1.HeaderClassName
{
color: #91BBF5;
}
.AnyTagClassName
{
color: #91BBF5;
}
</style>
background-color css
<style>
a { background-color: #91BBF5; }
a { background-color: rgb(145,187,245); }
div.DivClassName
{
background-color: #91BBF5;
}
.BgClassName
{
background-color: #91BBF5;
}
</style>
border-color css
<style>
span { border-color: #91BBF5; }
span { border-color: rgb(145,187,245); }
td.TdClassName
{
border-color: #91BBF5;
}
.TagClassName
{
border-color: #91BBF5;
}
</style>