Shades of Light Sky Blue #91BEFE
Tints of Light Sky Blue #91BEFE
RGB
CMYK
RGB Variations
Color information
#91BEFE (or 0x91BEFE) is known color: Light Sky Blue. HEX triplet: 91, BE and FE. RGB value is (145,190,254). Sum of RGB (Red+Green+Blue) = 145+190+254=589 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.62% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #91BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BEFE is #6E4101. Grayscale: #B7B7B7. Windows color (decimal): -7225602 or 16694929. OLE color: 16694929.
HSL color Cylindrical-coordinate representation of color #91BEFE: hue angle of 215.23º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91BEFE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 190 | 254 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.00 |
| HSL | 215.23º | 0.98% | 0.78% | - |
| HSV(B) | 215.23º | 0.43% | 1% | - |
| XYZ | 47.98 | 50 | 100.89 | - |
| YUV | 183.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 254 | 0.43 | 0.25 | 0 | 0.00 | 215.23 | 0.98 | 0.78 |
| Hex | 91 | BE | FE | 2B | 19 | 0 | 0 | D7 | 62 | 4E |
| Octal | 221 | 276 | 376 | 53 | 31 | 0 | 0 | 327 | 142 | 116 |
| Binary | 10010001 | 10111110 | 11111110 | 101011 | 11001 | 0 | 0 | 11010111 | 1100010 | 1001110 |
Color Harmonies of #91BEFE
Complementary color
Monochromatic Colors of #91BEFE
Black with #91BEFE
Text Example
Text Example
White with #91BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEFE; }
p { color: rgb(145,190,254); }
H1.HeaderClassName
{
color: #91BEFE;
}
.AnyTagClassName
{
color: #91BEFE;
}
</style>
background-color css
<style>
a { background-color: #91BEFE; }
a { background-color: rgb(145,190,254); }
div.DivClassName
{
background-color: #91BEFE;
}
.BgClassName
{
background-color: #91BEFE;
}
</style>
border-color css
<style>
span { border-color: #91BEFE; }
span { border-color: rgb(145,190,254); }
td.TdClassName
{
border-color: #91BEFE;
}
.TagClassName
{
border-color: #91BEFE;
}
</style>