Shades of Light Sky Blue #95D1F8
Tints of Light Sky Blue #95D1F8
RGB
CMYK
RGB Variations
Color information
#95D1F8 (or 0x95D1F8) is known color: Light Sky Blue. HEX triplet: 95, D1 and F8. RGB value is (149,209,248). Sum of RGB (Red+Green+Blue) = 149+209+248=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #95D1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D1F8 is #6A2E07. Grayscale: #C3C3C3. Windows color (decimal): -6958600 or 16306581. OLE color: 16306581.
HSL color Cylindrical-coordinate representation of color #95D1F8: hue angle of 203.64º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D1F8 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 209 | 248 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.03 |
| HSL | 203.64º | 0.88% | 0.78% | - |
| HSV(B) | 203.64º | 0.4% | 0.97% | - |
| XYZ | 52.14 | 58.77 | 97.4 | - |
| YUV | 195.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 248 | 0.40 | 0.16 | 0 | 0.03 | 203.64 | 0.88 | 0.78 |
| Hex | 95 | D1 | F8 | 28 | 10 | 0 | 3 | CC | 58 | 4E |
| Octal | 225 | 321 | 370 | 50 | 20 | 0 | 3 | 314 | 130 | 116 |
| Binary | 10010101 | 11010001 | 11111000 | 101000 | 10000 | 0 | 11 | 11001100 | 1011000 | 1001110 |
Color Harmonies of #95D1F8
Complementary color
Monochromatic Colors of #95D1F8
Black with #95D1F8
Text Example
Text Example
White with #95D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D1F8; }
p { color: rgb(149,209,248); }
H1.HeaderClassName
{
color: #95D1F8;
}
.AnyTagClassName
{
color: #95D1F8;
}
</style>
background-color css
<style>
a { background-color: #95D1F8; }
a { background-color: rgb(149,209,248); }
div.DivClassName
{
background-color: #95D1F8;
}
.BgClassName
{
background-color: #95D1F8;
}
</style>
border-color css
<style>
span { border-color: #95D1F8; }
span { border-color: rgb(149,209,248); }
td.TdClassName
{
border-color: #95D1F8;
}
.TagClassName
{
border-color: #95D1F8;
}
</style>