Shades of Light Sky Blue #91D1FD
Tints of Light Sky Blue #91D1FD
RGB
CMYK
RGB Variations
Color information
#91D1FD (or 0x91D1FD) is known color: Light Sky Blue. HEX triplet: 91, D1 and FD. RGB value is (145,209,253). Sum of RGB (Red+Green+Blue) = 145+209+253=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #91D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D1FD is #6E2E02. Grayscale: #C2C2C2. Windows color (decimal): -7220739 or 16634257. OLE color: 16634257.
HSL color Cylindrical-coordinate representation of color #91D1FD: hue angle of 204.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 #91D1FD is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 209 | 253 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.01 |
| HSL | 204.44º | 0.96% | 0.78% | - |
| HSV(B) | 204.44º | 0.43% | 0.99% | - |
| XYZ | 52.21 | 58.71 | 101.51 | - |
| YUV | 194.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 253 | 0.43 | 0.17 | 0 | 0.01 | 204.44 | 0.96 | 0.78 |
| Hex | 91 | D1 | FD | 2B | 11 | 0 | 1 | CC | 60 | 4E |
| Octal | 221 | 321 | 375 | 53 | 21 | 0 | 1 | 314 | 140 | 116 |
| Binary | 10010001 | 11010001 | 11111101 | 101011 | 10001 | 0 | 1 | 11001100 | 1100000 | 1001110 |
Color Harmonies of #91D1FD
Complementary color
Monochromatic Colors of #91D1FD
Black with #91D1FD
Text Example
Text Example
White with #91D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D1FD; }
p { color: rgb(145,209,253); }
H1.HeaderClassName
{
color: #91D1FD;
}
.AnyTagClassName
{
color: #91D1FD;
}
</style>
background-color css
<style>
a { background-color: #91D1FD; }
a { background-color: rgb(145,209,253); }
div.DivClassName
{
background-color: #91D1FD;
}
.BgClassName
{
background-color: #91D1FD;
}
</style>
border-color css
<style>
span { border-color: #91D1FD; }
span { border-color: rgb(145,209,253); }
td.TdClassName
{
border-color: #91D1FD;
}
.TagClassName
{
border-color: #91D1FD;
}
</style>