Shades of Light Sky Blue #91BCF5
Tints of Light Sky Blue #91BCF5
RGB
CMYK
RGB Variations
Color information
#91BCF5 (or 0x91BCF5) is known color: Light Sky Blue. HEX triplet: 91, BC and F5. RGB value is (145,188,245). Sum of RGB (Red+Green+Blue) = 145+188+245=578 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.09% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #91BCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BCF5 is #6E430A. Grayscale: #B5B5B5. Windows color (decimal): -7226123 or 16104593. OLE color: 16104593.
HSL color Cylindrical-coordinate representation of color #91BCF5: hue angle of 214.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91BCF5 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 188 | 245 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.04 |
| HSL | 214.2º | 0.83% | 0.76% | - |
| HSV(B) | 214.2º | 0.41% | 0.96% | - |
| XYZ | 46.14 | 48.58 | 93.33 | - |
| YUV | 181.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 245 | 0.41 | 0.23 | 0 | 0.04 | 214.2 | 0.83 | 0.76 |
| Hex | 91 | BC | F5 | 29 | 17 | 0 | 4 | D6 | 53 | 4C |
| Octal | 221 | 274 | 365 | 51 | 27 | 0 | 4 | 326 | 123 | 114 |
| Binary | 10010001 | 10111100 | 11110101 | 101001 | 10111 | 0 | 100 | 11010110 | 1010011 | 1001100 |
Color Harmonies of #91BCF5
Complementary color
Monochromatic Colors of #91BCF5
Black with #91BCF5
Text Example
Text Example
White with #91BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCF5; }
p { color: rgb(145,188,245); }
H1.HeaderClassName
{
color: #91BCF5;
}
.AnyTagClassName
{
color: #91BCF5;
}
</style>
background-color css
<style>
a { background-color: #91BCF5; }
a { background-color: rgb(145,188,245); }
div.DivClassName
{
background-color: #91BCF5;
}
.BgClassName
{
background-color: #91BCF5;
}
</style>
border-color css
<style>
span { border-color: #91BCF5; }
span { border-color: rgb(145,188,245); }
td.TdClassName
{
border-color: #91BCF5;
}
.TagClassName
{
border-color: #91BCF5;
}
</style>