Shades of Light Sky Blue #91D4FB
Tints of Light Sky Blue #91D4FB
RGB
CMYK
RGB Variations
Color information
#91D4FB (or 0x91D4FB) is known color: Light Sky Blue. HEX triplet: 91, D4 and FB. RGB value is (145,212,251). Sum of RGB (Red+Green+Blue) = 145+212+251=608 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.85% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #91D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D4FB is #6E2B04. Grayscale: #C4C4C4. Windows color (decimal): -7219973 or 16503953. OLE color: 16503953.
HSL color Cylindrical-coordinate representation of color #91D4FB: hue angle of 202.08º 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 #91D4FB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 212 | 251 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.02 |
| HSL | 202.08º | 0.93% | 0.78% | - |
| HSV(B) | 202.08º | 0.42% | 0.98% | - |
| XYZ | 52.63 | 60.07 | 100.09 | - |
| YUV | 196.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 251 | 0.42 | 0.16 | 0 | 0.02 | 202.08 | 0.93 | 0.78 |
| Hex | 91 | D4 | FB | 2A | 10 | 0 | 2 | CA | 5D | 4E |
| Octal | 221 | 324 | 373 | 52 | 20 | 0 | 2 | 312 | 135 | 116 |
| Binary | 10010001 | 11010100 | 11111011 | 101010 | 10000 | 0 | 10 | 11001010 | 1011101 | 1001110 |
Color Harmonies of #91D4FB
Complementary color
Monochromatic Colors of #91D4FB
Black with #91D4FB
Text Example
Text Example
White with #91D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D4FB; }
p { color: rgb(145,212,251); }
H1.HeaderClassName
{
color: #91D4FB;
}
.AnyTagClassName
{
color: #91D4FB;
}
</style>
background-color css
<style>
a { background-color: #91D4FB; }
a { background-color: rgb(145,212,251); }
div.DivClassName
{
background-color: #91D4FB;
}
.BgClassName
{
background-color: #91D4FB;
}
</style>
border-color css
<style>
span { border-color: #91D4FB; }
span { border-color: rgb(145,212,251); }
td.TdClassName
{
border-color: #91D4FB;
}
.TagClassName
{
border-color: #91D4FB;
}
</style>