Shades of Light Sky Blue #91CFFC
Tints of Light Sky Blue #91CFFC
RGB
CMYK
RGB Variations
Color information
#91CFFC (or 0x91CFFC) is known color: Light Sky Blue. HEX triplet: 91, CF and FC. RGB value is (145,207,252). Sum of RGB (Red+Green+Blue) = 145+207+252=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #91CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CFFC is #6E3003. Grayscale: #C1C1C1. Windows color (decimal): -7221252 or 16568209. OLE color: 16568209.
HSL color Cylindrical-coordinate representation of color #91CFFC: hue angle of 205.23º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91CFFC is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 207 | 252 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.01 |
| HSL | 205.23º | 0.95% | 0.78% | - |
| HSV(B) | 205.23º | 0.42% | 0.99% | - |
| XYZ | 51.56 | 57.67 | 100.51 | - |
| YUV | 193.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 252 | 0.42 | 0.18 | 0 | 0.01 | 205.23 | 0.95 | 0.78 |
| Hex | 91 | CF | FC | 2A | 12 | 0 | 1 | CD | 5F | 4E |
| Octal | 221 | 317 | 374 | 52 | 22 | 0 | 1 | 315 | 137 | 116 |
| Binary | 10010001 | 11001111 | 11111100 | 101010 | 10010 | 0 | 1 | 11001101 | 1011111 | 1001110 |
Color Harmonies of #91CFFC
Complementary color
Monochromatic Colors of #91CFFC
Black with #91CFFC
Text Example
Text Example
White with #91CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFFC; }
p { color: rgb(145,207,252); }
H1.HeaderClassName
{
color: #91CFFC;
}
.AnyTagClassName
{
color: #91CFFC;
}
</style>
background-color css
<style>
a { background-color: #91CFFC; }
a { background-color: rgb(145,207,252); }
div.DivClassName
{
background-color: #91CFFC;
}
.BgClassName
{
background-color: #91CFFC;
}
</style>
border-color css
<style>
span { border-color: #91CFFC; }
span { border-color: rgb(145,207,252); }
td.TdClassName
{
border-color: #91CFFC;
}
.TagClassName
{
border-color: #91CFFC;
}
</style>