Shades of Light Sky Blue #91D2FA
Tints of Light Sky Blue #91D2FA
RGB
CMYK
RGB Variations
Color information
#91D2FA (or 0x91D2FA) is known color: Light Sky Blue. HEX triplet: 91, D2 and FA. RGB value is (145,210,250). Sum of RGB (Red+Green+Blue) = 145+210+250=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #91D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2FA is #6E2D05. Grayscale: #C2C2C2. Windows color (decimal): -7220486 or 16437905. OLE color: 16437905.
HSL color Cylindrical-coordinate representation of color #91D2FA: hue angle of 202.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91D2FA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 210 | 250 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.02 |
| HSL | 202.86º | 0.91% | 0.77% | - |
| HSV(B) | 202.86º | 0.42% | 0.98% | - |
| XYZ | 51.98 | 59.02 | 99.09 | - |
| YUV | 195.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 250 | 0.42 | 0.16 | 0 | 0.02 | 202.86 | 0.91 | 0.77 |
| Hex | 91 | D2 | FA | 2A | 10 | 0 | 2 | CB | 5B | 4D |
| Octal | 221 | 322 | 372 | 52 | 20 | 0 | 2 | 313 | 133 | 115 |
| Binary | 10010001 | 11010010 | 11111010 | 101010 | 10000 | 0 | 10 | 11001011 | 1011011 | 1001101 |
Color Harmonies of #91D2FA
Complementary color
Monochromatic Colors of #91D2FA
Black with #91D2FA
Text Example
Text Example
White with #91D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2FA; }
p { color: rgb(145,210,250); }
H1.HeaderClassName
{
color: #91D2FA;
}
.AnyTagClassName
{
color: #91D2FA;
}
</style>
background-color css
<style>
a { background-color: #91D2FA; }
a { background-color: rgb(145,210,250); }
div.DivClassName
{
background-color: #91D2FA;
}
.BgClassName
{
background-color: #91D2FA;
}
</style>
border-color css
<style>
span { border-color: #91D2FA; }
span { border-color: rgb(145,210,250); }
td.TdClassName
{
border-color: #91D2FA;
}
.TagClassName
{
border-color: #91D2FA;
}
</style>