Shades of Light Sky Blue #95C1F7
Tints of Light Sky Blue #95C1F7
RGB
CMYK
RGB Variations
Color information
#95C1F7 (or 0x95C1F7) is known color: Light Sky Blue. HEX triplet: 95, C1 and F7. RGB value is (149,193,247). Sum of RGB (Red+Green+Blue) = 149+193+247=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #95C1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C1F7 is #6A3E08. Grayscale: #B9B9B9. Windows color (decimal): -6962697 or 16236949. OLE color: 16236949.
HSL color Cylindrical-coordinate representation of color #95C1F7: hue angle of 213.06º 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 #95C1F7 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 193 | 247 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.03 |
| HSL | 213.06º | 0.86% | 0.78% | - |
| HSV(B) | 213.06º | 0.4% | 0.97% | - |
| XYZ | 48.25 | 51.24 | 95.34 | - |
| YUV | 186 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 247 | 0.40 | 0.22 | 0 | 0.03 | 213.06 | 0.86 | 0.78 |
| Hex | 95 | C1 | F7 | 28 | 16 | 0 | 3 | D5 | 56 | 4E |
| Octal | 225 | 301 | 367 | 50 | 26 | 0 | 3 | 325 | 126 | 116 |
| Binary | 10010101 | 11000001 | 11110111 | 101000 | 10110 | 0 | 11 | 11010101 | 1010110 | 1001110 |
Color Harmonies of #95C1F7
Complementary color
Monochromatic Colors of #95C1F7
Black with #95C1F7
Text Example
Text Example
White with #95C1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1F7; }
p { color: rgb(149,193,247); }
H1.HeaderClassName
{
color: #95C1F7;
}
.AnyTagClassName
{
color: #95C1F7;
}
</style>
background-color css
<style>
a { background-color: #95C1F7; }
a { background-color: rgb(149,193,247); }
div.DivClassName
{
background-color: #95C1F7;
}
.BgClassName
{
background-color: #95C1F7;
}
</style>
border-color css
<style>
span { border-color: #95C1F7; }
span { border-color: rgb(149,193,247); }
td.TdClassName
{
border-color: #95C1F7;
}
.TagClassName
{
border-color: #95C1F7;
}
</style>