Shades of Light Sky Blue #91C1FD
Tints of Light Sky Blue #91C1FD
RGB
CMYK
RGB Variations
Color information
#91C1FD (or 0x91C1FD) is known color: Light Sky Blue. HEX triplet: 91, C1 and FD. RGB value is (145,193,253). Sum of RGB (Red+Green+Blue) = 145+193+253=591 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.53% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #91C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C1FD is #6E3E02. Grayscale: #B9B9B9. Windows color (decimal): -7224835 or 16630161. OLE color: 16630161.
HSL color Cylindrical-coordinate representation of color #91C1FD: hue angle of 213.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 #91C1FD is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 193 | 253 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.01 |
| HSL | 213.33º | 0.96% | 0.78% | - |
| HSV(B) | 213.33º | 0.43% | 0.99% | - |
| XYZ | 48.48 | 51.25 | 100.27 | - |
| YUV | 185.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 253 | 0.43 | 0.24 | 0 | 0.01 | 213.33 | 0.96 | 0.78 |
| Hex | 91 | C1 | FD | 2B | 18 | 0 | 1 | D5 | 60 | 4E |
| Octal | 221 | 301 | 375 | 53 | 30 | 0 | 1 | 325 | 140 | 116 |
| Binary | 10010001 | 11000001 | 11111101 | 101011 | 11000 | 0 | 1 | 11010101 | 1100000 | 1001110 |
Color Harmonies of #91C1FD
Complementary color
Monochromatic Colors of #91C1FD
Black with #91C1FD
Text Example
Text Example
White with #91C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C1FD; }
p { color: rgb(145,193,253); }
H1.HeaderClassName
{
color: #91C1FD;
}
.AnyTagClassName
{
color: #91C1FD;
}
</style>
background-color css
<style>
a { background-color: #91C1FD; }
a { background-color: rgb(145,193,253); }
div.DivClassName
{
background-color: #91C1FD;
}
.BgClassName
{
background-color: #91C1FD;
}
</style>
border-color css
<style>
span { border-color: #91C1FD; }
span { border-color: rgb(145,193,253); }
td.TdClassName
{
border-color: #91C1FD;
}
.TagClassName
{
border-color: #91C1FD;
}
</style>