Shades of Light Sky Blue #91D3FD
Tints of Light Sky Blue #91D3FD
RGB
CMYK
RGB Variations
Color information
#91D3FD (or 0x91D3FD) is known color: Light Sky Blue. HEX triplet: 91, D3 and FD. RGB value is (145,211,253). Sum of RGB (Red+Green+Blue) = 145+211+253=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #91D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D3FD is #6E2C02. Grayscale: #C3C3C3. Windows color (decimal): -7220227 or 16634769. OLE color: 16634769.
HSL color Cylindrical-coordinate representation of color #91D3FD: hue angle of 203.33º 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 #91D3FD is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 211 | 253 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.01 |
| HSL | 203.33º | 0.96% | 0.78% | - |
| HSV(B) | 203.33º | 0.43% | 0.99% | - |
| XYZ | 52.7 | 59.7 | 101.67 | - |
| YUV | 196.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 253 | 0.43 | 0.17 | 0 | 0.01 | 203.33 | 0.96 | 0.78 |
| Hex | 91 | D3 | FD | 2B | 11 | 0 | 1 | CB | 60 | 4E |
| Octal | 221 | 323 | 375 | 53 | 21 | 0 | 1 | 313 | 140 | 116 |
| Binary | 10010001 | 11010011 | 11111101 | 101011 | 10001 | 0 | 1 | 11001011 | 1100000 | 1001110 |
Color Harmonies of #91D3FD
Complementary color
Monochromatic Colors of #91D3FD
Black with #91D3FD
Text Example
Text Example
White with #91D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D3FD; }
p { color: rgb(145,211,253); }
H1.HeaderClassName
{
color: #91D3FD;
}
.AnyTagClassName
{
color: #91D3FD;
}
</style>
background-color css
<style>
a { background-color: #91D3FD; }
a { background-color: rgb(145,211,253); }
div.DivClassName
{
background-color: #91D3FD;
}
.BgClassName
{
background-color: #91D3FD;
}
</style>
border-color css
<style>
span { border-color: #91D3FD; }
span { border-color: rgb(145,211,253); }
td.TdClassName
{
border-color: #91D3FD;
}
.TagClassName
{
border-color: #91D3FD;
}
</style>