Shades of Light Sky Blue #91D3F7
Tints of Light Sky Blue #91D3F7
RGB
CMYK
RGB Variations
Color information
#91D3F7 (or 0x91D3F7) is known color: Light Sky Blue. HEX triplet: 91, D3 and F7. RGB value is (145,211,247). Sum of RGB (Red+Green+Blue) = 145+211+247=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #91D3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D3F7 is #6E2C08. Grayscale: #C3C3C3. Windows color (decimal): -7220233 or 16241553. OLE color: 16241553.
HSL color Cylindrical-coordinate representation of color #91D3F7: hue angle of 201.18º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D3F7 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 211 | 247 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.03 |
| HSL | 201.18º | 0.86% | 0.77% | - |
| HSV(B) | 201.18º | 0.41% | 0.97% | - |
| XYZ | 51.76 | 59.32 | 96.72 | - |
| YUV | 195.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 247 | 0.41 | 0.15 | 0 | 0.03 | 201.18 | 0.86 | 0.77 |
| Hex | 91 | D3 | F7 | 29 | F | 0 | 3 | C9 | 56 | 4D |
| Octal | 221 | 323 | 367 | 51 | 17 | 0 | 3 | 311 | 126 | 115 |
| Binary | 10010001 | 11010011 | 11110111 | 101001 | 1111 | 0 | 11 | 11001001 | 1010110 | 1001101 |
Color Harmonies of #91D3F7
Complementary color
Monochromatic Colors of #91D3F7
Black with #91D3F7
Text Example
Text Example
White with #91D3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D3F7; }
p { color: rgb(145,211,247); }
H1.HeaderClassName
{
color: #91D3F7;
}
.AnyTagClassName
{
color: #91D3F7;
}
</style>
background-color css
<style>
a { background-color: #91D3F7; }
a { background-color: rgb(145,211,247); }
div.DivClassName
{
background-color: #91D3F7;
}
.BgClassName
{
background-color: #91D3F7;
}
</style>
border-color css
<style>
span { border-color: #91D3F7; }
span { border-color: rgb(145,211,247); }
td.TdClassName
{
border-color: #91D3F7;
}
.TagClassName
{
border-color: #91D3F7;
}
</style>