Shades of Light Sky Blue #91C8FF
Tints of Light Sky Blue #91C8FF
RGB
CMYK
RGB Variations
Color information
#91C8FF (or 0x91C8FF) is known color: Light Sky Blue. HEX triplet: 91, C8 and FF. RGB value is (145,200,255). Sum of RGB (Red+Green+Blue) = 145+200+255=600 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.17% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #91C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C8FF is #6E3700. Grayscale: #BDBDBD. Windows color (decimal): -7223041 or 16763025. OLE color: 16763025.
HSL color Cylindrical-coordinate representation of color #91C8FF: hue angle of 210º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91C8FF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 200 | 255 | - |
| CMYK | 0.43 | 0.22 | 0 | 0 |
| HSL | 210º | 1% | 0.78% | - |
| HSV(B) | 210º | 0.43% | 1% | - |
| XYZ | 50.38 | 54.55 | 102.48 | - |
| YUV | 189.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 255 | 0.43 | 0.22 | 0 | 0 | 210 | 1 | 0.78 |
| Hex | 91 | C8 | FF | 2B | 16 | 0 | 0 | D2 | 64 | 4E |
| Octal | 221 | 310 | 377 | 53 | 26 | 0 | 0 | 322 | 144 | 116 |
| Binary | 10010001 | 11001000 | 11111111 | 101011 | 10110 | 0 | 0 | 11010010 | 1100100 | 1001110 |
Color Harmonies of #91C8FF
Complementary color
Monochromatic Colors of #91C8FF
Black with #91C8FF
Text Example
Text Example
White with #91C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C8FF; }
p { color: rgb(145,200,255); }
H1.HeaderClassName
{
color: #91C8FF;
}
.AnyTagClassName
{
color: #91C8FF;
}
</style>
background-color css
<style>
a { background-color: #91C8FF; }
a { background-color: rgb(145,200,255); }
div.DivClassName
{
background-color: #91C8FF;
}
.BgClassName
{
background-color: #91C8FF;
}
</style>
border-color css
<style>
span { border-color: #91C8FF; }
span { border-color: rgb(145,200,255); }
td.TdClassName
{
border-color: #91C8FF;
}
.TagClassName
{
border-color: #91C8FF;
}
</style>