Shades of Light Sky Blue #95CFFF
Tints of Light Sky Blue #95CFFF
RGB
CMYK
RGB Variations
Color information
#95CFFF (or 0x95CFFF) is known color: Light Sky Blue. HEX triplet: 95, CF and FF. RGB value is (149,207,255). Sum of RGB (Red+Green+Blue) = 149+207+255=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #95CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CFFF is #6A3000. Grayscale: #C2C2C2. Windows color (decimal): -6959105 or 16764821. OLE color: 16764821.
HSL color Cylindrical-coordinate representation of color #95CFFF: hue angle of 207.17º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95CFFF is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 207 | 255 | - |
| CMYK | 0.42 | 0.19 | 0 | 0 |
| HSL | 207.17º | 1% | 0.79% | - |
| HSV(B) | 207.17º | 0.42% | 1% | - |
| XYZ | 52.76 | 58.24 | 103.07 | - |
| YUV | 195.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 255 | 0.42 | 0.19 | 0 | 0 | 207.17 | 1 | 0.79 |
| Hex | 95 | CF | FF | 2A | 13 | 0 | 0 | CF | 64 | 4F |
| Octal | 225 | 317 | 377 | 52 | 23 | 0 | 0 | 317 | 144 | 117 |
| Binary | 10010101 | 11001111 | 11111111 | 101010 | 10011 | 0 | 0 | 11001111 | 1100100 | 1001111 |
Color Harmonies of #95CFFF
Complementary color
Monochromatic Colors of #95CFFF
Black with #95CFFF
Text Example
Text Example
White with #95CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CFFF; }
p { color: rgb(149,207,255); }
H1.HeaderClassName
{
color: #95CFFF;
}
.AnyTagClassName
{
color: #95CFFF;
}
</style>
background-color css
<style>
a { background-color: #95CFFF; }
a { background-color: rgb(149,207,255); }
div.DivClassName
{
background-color: #95CFFF;
}
.BgClassName
{
background-color: #95CFFF;
}
</style>
border-color css
<style>
span { border-color: #95CFFF; }
span { border-color: rgb(149,207,255); }
td.TdClassName
{
border-color: #95CFFF;
}
.TagClassName
{
border-color: #95CFFF;
}
</style>