Shades of Light Sky Blue #91D2FB
Tints of Light Sky Blue #91D2FB
RGB
CMYK
RGB Variations
Color information
#91D2FB (or 0x91D2FB) is known color: Light Sky Blue. HEX triplet: 91, D2 and FB. RGB value is (145,210,251). Sum of RGB (Red+Green+Blue) = 145+210+251=606 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.93% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #91D2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2FB is #6E2D04. Grayscale: #C3C3C3. Windows color (decimal): -7220485 or 16503441. OLE color: 16503441.
HSL color Cylindrical-coordinate representation of color #91D2FB: hue angle of 203.21º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91D2FB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 210 | 251 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.02 |
| HSL | 203.21º | 0.93% | 0.78% | - |
| HSV(B) | 203.21º | 0.42% | 0.98% | - |
| XYZ | 52.14 | 59.08 | 99.92 | - |
| YUV | 195.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 251 | 0.42 | 0.16 | 0 | 0.02 | 203.21 | 0.93 | 0.78 |
| Hex | 91 | D2 | FB | 2A | 10 | 0 | 2 | CB | 5D | 4E |
| Octal | 221 | 322 | 373 | 52 | 20 | 0 | 2 | 313 | 135 | 116 |
| Binary | 10010001 | 11010010 | 11111011 | 101010 | 10000 | 0 | 10 | 11001011 | 1011101 | 1001110 |
Color Harmonies of #91D2FB
Complementary color
Monochromatic Colors of #91D2FB
Black with #91D2FB
Text Example
Text Example
White with #91D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2FB; }
p { color: rgb(145,210,251); }
H1.HeaderClassName
{
color: #91D2FB;
}
.AnyTagClassName
{
color: #91D2FB;
}
</style>
background-color css
<style>
a { background-color: #91D2FB; }
a { background-color: rgb(145,210,251); }
div.DivClassName
{
background-color: #91D2FB;
}
.BgClassName
{
background-color: #91D2FB;
}
</style>
border-color css
<style>
span { border-color: #91D2FB; }
span { border-color: rgb(145,210,251); }
td.TdClassName
{
border-color: #91D2FB;
}
.TagClassName
{
border-color: #91D2FB;
}
</style>