Shades of Light Sky Blue #94BCFF
Tints of Light Sky Blue #94BCFF
RGB
CMYK
RGB Variations
Color information
#94BCFF (or 0x94BCFF) is known color: Light Sky Blue. HEX triplet: 94, BC and FF. RGB value is (148,188,255). Sum of RGB (Red+Green+Blue) = 148+188+255=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #94BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCFF is #6B4300. Grayscale: #B7B7B7. Windows color (decimal): -7029505 or 16759956. OLE color: 16759956.
HSL color Cylindrical-coordinate representation of color #94BCFF: hue angle of 217.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94BCFF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 188 | 255 | - |
| CMYK | 0.42 | 0.26 | 0 | 0 |
| HSL | 217.57º | 1% | 0.79% | - |
| HSV(B) | 217.57º | 0.42% | 1% | - |
| XYZ | 48.25 | 49.48 | 101.62 | - |
| YUV | 183.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 255 | 0.42 | 0.26 | 0 | 0 | 217.57 | 1 | 0.79 |
| Hex | 94 | BC | FF | 2A | 1A | 0 | 0 | DA | 64 | 4F |
| Octal | 224 | 274 | 377 | 52 | 32 | 0 | 0 | 332 | 144 | 117 |
| Binary | 10010100 | 10111100 | 11111111 | 101010 | 11010 | 0 | 0 | 11011010 | 1100100 | 1001111 |
Color Harmonies of #94BCFF
Complementary color
Monochromatic Colors of #94BCFF
Black with #94BCFF
Text Example
Text Example
White with #94BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCFF; }
p { color: rgb(148,188,255); }
H1.HeaderClassName
{
color: #94BCFF;
}
.AnyTagClassName
{
color: #94BCFF;
}
</style>
background-color css
<style>
a { background-color: #94BCFF; }
a { background-color: rgb(148,188,255); }
div.DivClassName
{
background-color: #94BCFF;
}
.BgClassName
{
background-color: #94BCFF;
}
</style>
border-color css
<style>
span { border-color: #94BCFF; }
span { border-color: rgb(148,188,255); }
td.TdClassName
{
border-color: #94BCFF;
}
.TagClassName
{
border-color: #94BCFF;
}
</style>