Shades of Light Sky Blue #91BAFF
Tints of Light Sky Blue #91BAFF
RGB
CMYK
RGB Variations
Color information
#91BAFF (or 0x91BAFF) is known color: Light Sky Blue. HEX triplet: 91, BA and FF. RGB value is (145,186,255). Sum of RGB (Red+Green+Blue) = 145+186+255=586 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.74% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #91BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BAFF is #6E4500. Grayscale: #B5B5B5. Windows color (decimal): -7226625 or 16759441. OLE color: 16759441.
HSL color Cylindrical-coordinate representation of color #91BAFF: hue angle of 217.64º 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 #91BAFF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 186 | 255 | - |
| CMYK | 0.43 | 0.27 | 0 | 0 |
| HSL | 217.64º | 1% | 0.78% | - |
| HSV(B) | 217.64º | 0.43% | 1% | - |
| XYZ | 47.29 | 48.36 | 101.45 | - |
| YUV | 181.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 255 | 0.43 | 0.27 | 0 | 0 | 217.64 | 1 | 0.78 |
| Hex | 91 | BA | FF | 2B | 1B | 0 | 0 | DA | 64 | 4E |
| Octal | 221 | 272 | 377 | 53 | 33 | 0 | 0 | 332 | 144 | 116 |
| Binary | 10010001 | 10111010 | 11111111 | 101011 | 11011 | 0 | 0 | 11011010 | 1100100 | 1001110 |
Color Harmonies of #91BAFF
Complementary color
Monochromatic Colors of #91BAFF
Black with #91BAFF
Text Example
Text Example
White with #91BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAFF; }
p { color: rgb(145,186,255); }
H1.HeaderClassName
{
color: #91BAFF;
}
.AnyTagClassName
{
color: #91BAFF;
}
</style>
background-color css
<style>
a { background-color: #91BAFF; }
a { background-color: rgb(145,186,255); }
div.DivClassName
{
background-color: #91BAFF;
}
.BgClassName
{
background-color: #91BAFF;
}
</style>
border-color css
<style>
span { border-color: #91BAFF; }
span { border-color: rgb(145,186,255); }
td.TdClassName
{
border-color: #91BAFF;
}
.TagClassName
{
border-color: #91BAFF;
}
</style>