Shades of Light Sky Blue #91D1FE
Tints of Light Sky Blue #91D1FE
RGB
CMYK
RGB Variations
Color information
#91D1FE (or 0x91D1FE) is known color: Light Sky Blue. HEX triplet: 91, D1 and FE. RGB value is (145,209,254). Sum of RGB (Red+Green+Blue) = 145+209+254=608 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.85% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #91D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D1FE is #6E2E01. Grayscale: #C2C2C2. Windows color (decimal): -7220738 or 16699793. OLE color: 16699793.
HSL color Cylindrical-coordinate representation of color #91D1FE: hue angle of 204.77º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91D1FE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 209 | 254 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.00 |
| HSL | 204.77º | 0.98% | 0.78% | - |
| HSV(B) | 204.77º | 0.43% | 1% | - |
| XYZ | 52.37 | 58.78 | 102.35 | - |
| YUV | 194.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 254 | 0.43 | 0.18 | 0 | 0.00 | 204.77 | 0.98 | 0.78 |
| Hex | 91 | D1 | FE | 2B | 12 | 0 | 0 | CD | 62 | 4E |
| Octal | 221 | 321 | 376 | 53 | 22 | 0 | 0 | 315 | 142 | 116 |
| Binary | 10010001 | 11010001 | 11111110 | 101011 | 10010 | 0 | 0 | 11001101 | 1100010 | 1001110 |
Color Harmonies of #91D1FE
Complementary color
Monochromatic Colors of #91D1FE
Black with #91D1FE
Text Example
Text Example
White with #91D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D1FE; }
p { color: rgb(145,209,254); }
H1.HeaderClassName
{
color: #91D1FE;
}
.AnyTagClassName
{
color: #91D1FE;
}
</style>
background-color css
<style>
a { background-color: #91D1FE; }
a { background-color: rgb(145,209,254); }
div.DivClassName
{
background-color: #91D1FE;
}
.BgClassName
{
background-color: #91D1FE;
}
</style>
border-color css
<style>
span { border-color: #91D1FE; }
span { border-color: rgb(145,209,254); }
td.TdClassName
{
border-color: #91D1FE;
}
.TagClassName
{
border-color: #91D1FE;
}
</style>