Shades of Light Sky Blue #91CFFD
Tints of Light Sky Blue #91CFFD
RGB
CMYK
RGB Variations
Color information
#91CFFD (or 0x91CFFD) is known color: Light Sky Blue. HEX triplet: 91, CF and FD. RGB value is (145,207,253). Sum of RGB (Red+Green+Blue) = 145+207+253=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #91CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CFFD is #6E3002. Grayscale: #C1C1C1. Windows color (decimal): -7221251 or 16633745. OLE color: 16633745.
HSL color Cylindrical-coordinate representation of color #91CFFD: hue angle of 205.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91CFFD is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 207 | 253 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.01 |
| HSL | 205.56º | 0.96% | 0.78% | - |
| HSV(B) | 205.56º | 0.43% | 0.99% | - |
| XYZ | 51.72 | 57.74 | 101.35 | - |
| YUV | 193.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 253 | 0.43 | 0.18 | 0 | 0.01 | 205.56 | 0.96 | 0.78 |
| Hex | 91 | CF | FD | 2B | 12 | 0 | 1 | CE | 60 | 4E |
| Octal | 221 | 317 | 375 | 53 | 22 | 0 | 1 | 316 | 140 | 116 |
| Binary | 10010001 | 11001111 | 11111101 | 101011 | 10010 | 0 | 1 | 11001110 | 1100000 | 1001110 |
Color Harmonies of #91CFFD
Complementary color
Monochromatic Colors of #91CFFD
Black with #91CFFD
Text Example
Text Example
White with #91CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFFD; }
p { color: rgb(145,207,253); }
H1.HeaderClassName
{
color: #91CFFD;
}
.AnyTagClassName
{
color: #91CFFD;
}
</style>
background-color css
<style>
a { background-color: #91CFFD; }
a { background-color: rgb(145,207,253); }
div.DivClassName
{
background-color: #91CFFD;
}
.BgClassName
{
background-color: #91CFFD;
}
</style>
border-color css
<style>
span { border-color: #91CFFD; }
span { border-color: rgb(145,207,253); }
td.TdClassName
{
border-color: #91CFFD;
}
.TagClassName
{
border-color: #91CFFD;
}
</style>