Shades of Light Sky Blue #95BFFB
Tints of Light Sky Blue #95BFFB
RGB
CMYK
RGB Variations
Color information
#95BFFB (or 0x95BFFB) is known color: Light Sky Blue. HEX triplet: 95, BF and FB. RGB value is (149,191,251). Sum of RGB (Red+Green+Blue) = 149+191+251=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #95BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFFB is #6A4004. Grayscale: #B9B9B9. Windows color (decimal): -6963205 or 16498581. OLE color: 16498581.
HSL color Cylindrical-coordinate representation of color #95BFFB: hue angle of 215.29º 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 #95BFFB is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 191 | 251 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.02 |
| HSL | 215.29º | 0.93% | 0.78% | - |
| HSV(B) | 215.29º | 0.41% | 0.98% | - |
| XYZ | 48.44 | 50.62 | 98.48 | - |
| YUV | 185.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 251 | 0.41 | 0.24 | 0 | 0.02 | 215.29 | 0.93 | 0.78 |
| Hex | 95 | BF | FB | 29 | 18 | 0 | 2 | D7 | 5D | 4E |
| Octal | 225 | 277 | 373 | 51 | 30 | 0 | 2 | 327 | 135 | 116 |
| Binary | 10010101 | 10111111 | 11111011 | 101001 | 11000 | 0 | 10 | 11010111 | 1011101 | 1001110 |
Color Harmonies of #95BFFB
Complementary color
Monochromatic Colors of #95BFFB
Black with #95BFFB
Text Example
Text Example
White with #95BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFFB; }
p { color: rgb(149,191,251); }
H1.HeaderClassName
{
color: #95BFFB;
}
.AnyTagClassName
{
color: #95BFFB;
}
</style>
background-color css
<style>
a { background-color: #95BFFB; }
a { background-color: rgb(149,191,251); }
div.DivClassName
{
background-color: #95BFFB;
}
.BgClassName
{
background-color: #95BFFB;
}
</style>
border-color css
<style>
span { border-color: #95BFFB; }
span { border-color: rgb(149,191,251); }
td.TdClassName
{
border-color: #95BFFB;
}
.TagClassName
{
border-color: #95BFFB;
}
</style>