Shades of Light Sky Blue #91BFFF
Tints of Light Sky Blue #91BFFF
RGB
CMYK
RGB Variations
Color information
#91BFFF (or 0x91BFFF) is known color: Light Sky Blue. HEX triplet: 91, BF and FF. RGB value is (145,191,255). Sum of RGB (Red+Green+Blue) = 145+191+255=591 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.53% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #91BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BFFF is #6E4000. Grayscale: #B8B8B8. Windows color (decimal): -7225345 or 16760721. OLE color: 16760721.
HSL color Cylindrical-coordinate representation of color #91BFFF: hue angle of 214.91º 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 #91BFFF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 191 | 255 | - |
| CMYK | 0.43 | 0.25 | 0 | 0 |
| HSL | 214.91º | 1% | 0.78% | - |
| HSV(B) | 214.91º | 0.43% | 1% | - |
| XYZ | 48.36 | 50.5 | 101.81 | - |
| YUV | 184.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 255 | 0.43 | 0.25 | 0 | 0 | 214.91 | 1 | 0.78 |
| Hex | 91 | BF | FF | 2B | 19 | 0 | 0 | D7 | 64 | 4E |
| Octal | 221 | 277 | 377 | 53 | 31 | 0 | 0 | 327 | 144 | 116 |
| Binary | 10010001 | 10111111 | 11111111 | 101011 | 11001 | 0 | 0 | 11010111 | 1100100 | 1001110 |
Color Harmonies of #91BFFF
Complementary color
Monochromatic Colors of #91BFFF
Black with #91BFFF
Text Example
Text Example
White with #91BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFFF; }
p { color: rgb(145,191,255); }
H1.HeaderClassName
{
color: #91BFFF;
}
.AnyTagClassName
{
color: #91BFFF;
}
</style>
background-color css
<style>
a { background-color: #91BFFF; }
a { background-color: rgb(145,191,255); }
div.DivClassName
{
background-color: #91BFFF;
}
.BgClassName
{
background-color: #91BFFF;
}
</style>
border-color css
<style>
span { border-color: #91BFFF; }
span { border-color: rgb(145,191,255); }
td.TdClassName
{
border-color: #91BFFF;
}
.TagClassName
{
border-color: #91BFFF;
}
</style>