Shades of Light Sky Blue #95CEFF
Tints of Light Sky Blue #95CEFF
RGB
CMYK
RGB Variations
Color information
#95CEFF (or 0x95CEFF) is known color: Light Sky Blue. HEX triplet: 95, CE and FF. RGB value is (149,206,255). Sum of RGB (Red+Green+Blue) = 149+206+255=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #95CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CEFF is #6A3100. Grayscale: #C2C2C2. Windows color (decimal): -6959361 or 16764565. OLE color: 16764565.
HSL color Cylindrical-coordinate representation of color #95CEFF: hue angle of 207.74º 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 #95CEFF is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 206 | 255 | - |
| CMYK | 0.42 | 0.19 | 0 | 0 |
| HSL | 207.74º | 1% | 0.79% | - |
| HSV(B) | 207.74º | 0.42% | 1% | - |
| XYZ | 52.52 | 57.75 | 102.99 | - |
| YUV | 194.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 255 | 0.42 | 0.19 | 0 | 0 | 207.74 | 1 | 0.79 |
| Hex | 95 | CE | FF | 2A | 13 | 0 | 0 | D0 | 64 | 4F |
| Octal | 225 | 316 | 377 | 52 | 23 | 0 | 0 | 320 | 144 | 117 |
| Binary | 10010101 | 11001110 | 11111111 | 101010 | 10011 | 0 | 0 | 11010000 | 1100100 | 1001111 |
Color Harmonies of #95CEFF
Complementary color
Monochromatic Colors of #95CEFF
Black with #95CEFF
Text Example
Text Example
White with #95CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEFF; }
p { color: rgb(149,206,255); }
H1.HeaderClassName
{
color: #95CEFF;
}
.AnyTagClassName
{
color: #95CEFF;
}
</style>
background-color css
<style>
a { background-color: #95CEFF; }
a { background-color: rgb(149,206,255); }
div.DivClassName
{
background-color: #95CEFF;
}
.BgClassName
{
background-color: #95CEFF;
}
</style>
border-color css
<style>
span { border-color: #95CEFF; }
span { border-color: rgb(149,206,255); }
td.TdClassName
{
border-color: #95CEFF;
}
.TagClassName
{
border-color: #95CEFF;
}
</style>