Shades of Light Sky Blue #95C6FA
Tints of Light Sky Blue #95C6FA
RGB
CMYK
RGB Variations
Color information
#95C6FA (or 0x95C6FA) is known color: Light Sky Blue. HEX triplet: 95, C6 and FA. RGB value is (149,198,250). Sum of RGB (Red+Green+Blue) = 149+198+250=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #95C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C6FA is #6A3905. Grayscale: #BDBDBD. Windows color (decimal): -6961414 or 16434837. OLE color: 16434837.
HSL color Cylindrical-coordinate representation of color #95C6FA: hue angle of 210.89º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C6FA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 198 | 250 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.02 |
| HSL | 210.89º | 0.91% | 0.78% | - |
| HSV(B) | 210.89º | 0.4% | 0.98% | - |
| XYZ | 49.84 | 53.68 | 98.18 | - |
| YUV | 189.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 250 | 0.40 | 0.21 | 0 | 0.02 | 210.89 | 0.91 | 0.78 |
| Hex | 95 | C6 | FA | 28 | 15 | 0 | 2 | D3 | 5B | 4E |
| Octal | 225 | 306 | 372 | 50 | 25 | 0 | 2 | 323 | 133 | 116 |
| Binary | 10010101 | 11000110 | 11111010 | 101000 | 10101 | 0 | 10 | 11010011 | 1011011 | 1001110 |
Color Harmonies of #95C6FA
Complementary color
Monochromatic Colors of #95C6FA
Black with #95C6FA
Text Example
Text Example
White with #95C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C6FA; }
p { color: rgb(149,198,250); }
H1.HeaderClassName
{
color: #95C6FA;
}
.AnyTagClassName
{
color: #95C6FA;
}
</style>
background-color css
<style>
a { background-color: #95C6FA; }
a { background-color: rgb(149,198,250); }
div.DivClassName
{
background-color: #95C6FA;
}
.BgClassName
{
background-color: #95C6FA;
}
</style>
border-color css
<style>
span { border-color: #95C6FA; }
span { border-color: rgb(149,198,250); }
td.TdClassName
{
border-color: #95C6FA;
}
.TagClassName
{
border-color: #95C6FA;
}
</style>