Shades of Light Sky Blue #91BEFF
Tints of Light Sky Blue #91BEFF
RGB
CMYK
RGB Variations
Color information
#91BEFF (or 0x91BEFF) is known color: Light Sky Blue. HEX triplet: 91, BE and FF. RGB value is (145,190,255). Sum of RGB (Red+Green+Blue) = 145+190+255=590 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.58% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #91BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BEFF is #6E4100. Grayscale: #B7B7B7. Windows color (decimal): -7225601 or 16760465. OLE color: 16760465.
HSL color Cylindrical-coordinate representation of color #91BEFF: hue angle of 215.45º 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 #91BEFF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 190 | 255 | - |
| CMYK | 0.43 | 0.25 | 0 | 0 |
| HSL | 215.45º | 1% | 0.78% | - |
| HSV(B) | 215.45º | 0.43% | 1% | - |
| XYZ | 48.14 | 50.07 | 101.73 | - |
| YUV | 183.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 255 | 0.43 | 0.25 | 0 | 0 | 215.45 | 1 | 0.78 |
| Hex | 91 | BE | FF | 2B | 19 | 0 | 0 | D7 | 64 | 4E |
| Octal | 221 | 276 | 377 | 53 | 31 | 0 | 0 | 327 | 144 | 116 |
| Binary | 10010001 | 10111110 | 11111111 | 101011 | 11001 | 0 | 0 | 11010111 | 1100100 | 1001110 |
Color Harmonies of #91BEFF
Complementary color
Monochromatic Colors of #91BEFF
Black with #91BEFF
Text Example
Text Example
White with #91BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEFF; }
p { color: rgb(145,190,255); }
H1.HeaderClassName
{
color: #91BEFF;
}
.AnyTagClassName
{
color: #91BEFF;
}
</style>
background-color css
<style>
a { background-color: #91BEFF; }
a { background-color: rgb(145,190,255); }
div.DivClassName
{
background-color: #91BEFF;
}
.BgClassName
{
background-color: #91BEFF;
}
</style>
border-color css
<style>
span { border-color: #91BEFF; }
span { border-color: rgb(145,190,255); }
td.TdClassName
{
border-color: #91BEFF;
}
.TagClassName
{
border-color: #91BEFF;
}
</style>