Shades of Light Sky Blue #95BFFA
Tints of Light Sky Blue #95BFFA
RGB
CMYK
RGB Variations
Color information
#95BFFA (or 0x95BFFA) is known color: Light Sky Blue. HEX triplet: 95, BF and FA. RGB value is (149,191,250). Sum of RGB (Red+Green+Blue) = 149+191+250=590 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.25% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #95BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFFA is #6A4005. Grayscale: #B8B8B8. Windows color (decimal): -6963206 or 16433045. OLE color: 16433045.
HSL color Cylindrical-coordinate representation of color #95BFFA: hue angle of 215.05º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95BFFA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 191 | 250 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.02 |
| HSL | 215.05º | 0.91% | 0.78% | - |
| HSV(B) | 215.05º | 0.4% | 0.98% | - |
| XYZ | 48.28 | 50.55 | 97.66 | - |
| YUV | 185.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 250 | 0.40 | 0.24 | 0 | 0.02 | 215.05 | 0.91 | 0.78 |
| Hex | 95 | BF | FA | 28 | 18 | 0 | 2 | D7 | 5B | 4E |
| Octal | 225 | 277 | 372 | 50 | 30 | 0 | 2 | 327 | 133 | 116 |
| Binary | 10010101 | 10111111 | 11111010 | 101000 | 11000 | 0 | 10 | 11010111 | 1011011 | 1001110 |
Color Harmonies of #95BFFA
Complementary color
Monochromatic Colors of #95BFFA
Black with #95BFFA
Text Example
Text Example
White with #95BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFFA; }
p { color: rgb(149,191,250); }
H1.HeaderClassName
{
color: #95BFFA;
}
.AnyTagClassName
{
color: #95BFFA;
}
</style>
background-color css
<style>
a { background-color: #95BFFA; }
a { background-color: rgb(149,191,250); }
div.DivClassName
{
background-color: #95BFFA;
}
.BgClassName
{
background-color: #95BFFA;
}
</style>
border-color css
<style>
span { border-color: #95BFFA; }
span { border-color: rgb(149,191,250); }
td.TdClassName
{
border-color: #95BFFA;
}
.TagClassName
{
border-color: #95BFFA;
}
</style>