Shades of Light Sky Blue #94BFFD
Tints of Light Sky Blue #94BFFD
RGB
CMYK
RGB Variations
Color information
#94BFFD (or 0x94BFFD) is known color: Light Sky Blue. HEX triplet: 94, BF and FD. RGB value is (148,191,253). Sum of RGB (Red+Green+Blue) = 148+191+253=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #94BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFFD is #6B4002. Grayscale: #B8B8B8. Windows color (decimal): -7028739 or 16629652. OLE color: 16629652.
HSL color Cylindrical-coordinate representation of color #94BFFD: hue angle of 215.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94BFFD is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 191 | 253 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.01 |
| HSL | 215.43º | 0.96% | 0.79% | - |
| HSV(B) | 215.43º | 0.42% | 0.99% | - |
| XYZ | 48.57 | 50.65 | 100.14 | - |
| YUV | 185.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 253 | 0.42 | 0.25 | 0 | 0.01 | 215.43 | 0.96 | 0.79 |
| Hex | 94 | BF | FD | 2A | 19 | 0 | 1 | D7 | 60 | 4F |
| Octal | 224 | 277 | 375 | 52 | 31 | 0 | 1 | 327 | 140 | 117 |
| Binary | 10010100 | 10111111 | 11111101 | 101010 | 11001 | 0 | 1 | 11010111 | 1100000 | 1001111 |
Color Harmonies of #94BFFD
Complementary color
Monochromatic Colors of #94BFFD
Black with #94BFFD
Text Example
Text Example
White with #94BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFFD; }
p { color: rgb(148,191,253); }
H1.HeaderClassName
{
color: #94BFFD;
}
.AnyTagClassName
{
color: #94BFFD;
}
</style>
background-color css
<style>
a { background-color: #94BFFD; }
a { background-color: rgb(148,191,253); }
div.DivClassName
{
background-color: #94BFFD;
}
.BgClassName
{
background-color: #94BFFD;
}
</style>
border-color css
<style>
span { border-color: #94BFFD; }
span { border-color: rgb(148,191,253); }
td.TdClassName
{
border-color: #94BFFD;
}
.TagClassName
{
border-color: #94BFFD;
}
</style>