Shades of Light Sky Blue #95C6FB
Tints of Light Sky Blue #95C6FB
RGB
CMYK
RGB Variations
Color information
#95C6FB (or 0x95C6FB) is known color: Light Sky Blue. HEX triplet: 95, C6 and FB. RGB value is (149,198,251). Sum of RGB (Red+Green+Blue) = 149+198+251=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #95C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C6FB is #6A3904. Grayscale: #BDBDBD. Windows color (decimal): -6961413 or 16500373. OLE color: 16500373.
HSL color Cylindrical-coordinate representation of color #95C6FB: hue angle of 211.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95C6FB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 198 | 251 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.02 |
| HSL | 211.18º | 0.93% | 0.78% | - |
| HSV(B) | 211.18º | 0.41% | 0.98% | - |
| XYZ | 50 | 53.74 | 99 | - |
| YUV | 189.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 251 | 0.41 | 0.21 | 0 | 0.02 | 211.18 | 0.93 | 0.78 |
| Hex | 95 | C6 | FB | 29 | 15 | 0 | 2 | D3 | 5D | 4E |
| Octal | 225 | 306 | 373 | 51 | 25 | 0 | 2 | 323 | 135 | 116 |
| Binary | 10010101 | 11000110 | 11111011 | 101001 | 10101 | 0 | 10 | 11010011 | 1011101 | 1001110 |
Color Harmonies of #95C6FB
Complementary color
Monochromatic Colors of #95C6FB
Black with #95C6FB
Text Example
Text Example
White with #95C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C6FB; }
p { color: rgb(149,198,251); }
H1.HeaderClassName
{
color: #95C6FB;
}
.AnyTagClassName
{
color: #95C6FB;
}
</style>
background-color css
<style>
a { background-color: #95C6FB; }
a { background-color: rgb(149,198,251); }
div.DivClassName
{
background-color: #95C6FB;
}
.BgClassName
{
background-color: #95C6FB;
}
</style>
border-color css
<style>
span { border-color: #95C6FB; }
span { border-color: rgb(149,198,251); }
td.TdClassName
{
border-color: #95C6FB;
}
.TagClassName
{
border-color: #95C6FB;
}
</style>