Shades of Light Sky Blue #95C7F7
Tints of Light Sky Blue #95C7F7
RGB
CMYK
RGB Variations
Color information
#95C7F7 (or 0x95C7F7) is known color: Light Sky Blue. HEX triplet: 95, C7 and F7. RGB value is (149,199,247). Sum of RGB (Red+Green+Blue) = 149+199+247=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #95C7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C7F7 is #6A3808. Grayscale: #BDBDBD. Windows color (decimal): -6961161 or 16238485. OLE color: 16238485.
HSL color Cylindrical-coordinate representation of color #95C7F7: hue angle of 209.39º degrees, saturation: 0.86, 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 #95C7F7 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 199 | 247 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.03 |
| HSL | 209.39º | 0.86% | 0.78% | - |
| HSV(B) | 209.39º | 0.4% | 0.97% | - |
| XYZ | 49.61 | 53.95 | 95.79 | - |
| YUV | 189.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 247 | 0.40 | 0.19 | 0 | 0.03 | 209.39 | 0.86 | 0.78 |
| Hex | 95 | C7 | F7 | 28 | 13 | 0 | 3 | D1 | 56 | 4E |
| Octal | 225 | 307 | 367 | 50 | 23 | 0 | 3 | 321 | 126 | 116 |
| Binary | 10010101 | 11000111 | 11110111 | 101000 | 10011 | 0 | 11 | 11010001 | 1010110 | 1001110 |
Color Harmonies of #95C7F7
Complementary color
Monochromatic Colors of #95C7F7
Black with #95C7F7
Text Example
Text Example
White with #95C7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C7F7; }
p { color: rgb(149,199,247); }
H1.HeaderClassName
{
color: #95C7F7;
}
.AnyTagClassName
{
color: #95C7F7;
}
</style>
background-color css
<style>
a { background-color: #95C7F7; }
a { background-color: rgb(149,199,247); }
div.DivClassName
{
background-color: #95C7F7;
}
.BgClassName
{
background-color: #95C7F7;
}
</style>
border-color css
<style>
span { border-color: #95C7F7; }
span { border-color: rgb(149,199,247); }
td.TdClassName
{
border-color: #95C7F7;
}
.TagClassName
{
border-color: #95C7F7;
}
</style>