Shades of Light Sky Blue #91BFFD
Tints of Light Sky Blue #91BFFD
RGB
CMYK
RGB Variations
Color information
#91BFFD (or 0x91BFFD) is known color: Light Sky Blue. HEX triplet: 91, BF and FD. RGB value is (145,191,253). Sum of RGB (Red+Green+Blue) = 145+191+253=589 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.62% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #91BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BFFD is #6E4002. Grayscale: #B8B8B8. Windows color (decimal): -7225347 or 16629649. OLE color: 16629649.
HSL color Cylindrical-coordinate representation of color #91BFFD: hue angle of 214.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91BFFD is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 191 | 253 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.01 |
| HSL | 214.44º | 0.96% | 0.78% | - |
| HSV(B) | 214.44º | 0.43% | 0.99% | - |
| XYZ | 48.04 | 50.37 | 100.12 | - |
| YUV | 184.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 253 | 0.43 | 0.25 | 0 | 0.01 | 214.44 | 0.96 | 0.78 |
| Hex | 91 | BF | FD | 2B | 19 | 0 | 1 | D6 | 60 | 4E |
| Octal | 221 | 277 | 375 | 53 | 31 | 0 | 1 | 326 | 140 | 116 |
| Binary | 10010001 | 10111111 | 11111101 | 101011 | 11001 | 0 | 1 | 11010110 | 1100000 | 1001110 |
Color Harmonies of #91BFFD
Complementary color
Monochromatic Colors of #91BFFD
Black with #91BFFD
Text Example
Text Example
White with #91BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFFD; }
p { color: rgb(145,191,253); }
H1.HeaderClassName
{
color: #91BFFD;
}
.AnyTagClassName
{
color: #91BFFD;
}
</style>
background-color css
<style>
a { background-color: #91BFFD; }
a { background-color: rgb(145,191,253); }
div.DivClassName
{
background-color: #91BFFD;
}
.BgClassName
{
background-color: #91BFFD;
}
</style>
border-color css
<style>
span { border-color: #91BFFD; }
span { border-color: rgb(145,191,253); }
td.TdClassName
{
border-color: #91BFFD;
}
.TagClassName
{
border-color: #91BFFD;
}
</style>