Shades of Light Sky Blue #94C4F6
Tints of Light Sky Blue #94C4F6
RGB
CMYK
RGB Variations
Color information
#94C4F6 (or 0x94C4F6) is known color: Light Sky Blue. HEX triplet: 94, C4 and F6. RGB value is (148,196,246). Sum of RGB (Red+Green+Blue) = 148+196+246=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #94C4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C4F6 is #6B3B09. Grayscale: #BBBBBB. Windows color (decimal): -7027466 or 16172180. OLE color: 16172180.
HSL color Cylindrical-coordinate representation of color #94C4F6: hue angle of 210.61º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94C4F6 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 196 | 246 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.04 |
| HSL | 210.61º | 0.84% | 0.77% | - |
| HSV(B) | 210.61º | 0.4% | 0.96% | - |
| XYZ | 48.59 | 52.43 | 94.75 | - |
| YUV | 187.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 196 | 246 | 0.40 | 0.20 | 0 | 0.04 | 210.61 | 0.84 | 0.77 |
| Hex | 94 | C4 | F6 | 28 | 14 | 0 | 4 | D3 | 54 | 4D |
| Octal | 224 | 304 | 366 | 50 | 24 | 0 | 4 | 323 | 124 | 115 |
| Binary | 10010100 | 11000100 | 11110110 | 101000 | 10100 | 0 | 100 | 11010011 | 1010100 | 1001101 |
Color Harmonies of #94C4F6
Complementary color
Monochromatic Colors of #94C4F6
Black with #94C4F6
Text Example
Text Example
White with #94C4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C4F6; }
p { color: rgb(148,196,246); }
H1.HeaderClassName
{
color: #94C4F6;
}
.AnyTagClassName
{
color: #94C4F6;
}
</style>
background-color css
<style>
a { background-color: #94C4F6; }
a { background-color: rgb(148,196,246); }
div.DivClassName
{
background-color: #94C4F6;
}
.BgClassName
{
background-color: #94C4F6;
}
</style>
border-color css
<style>
span { border-color: #94C4F6; }
span { border-color: rgb(148,196,246); }
td.TdClassName
{
border-color: #94C4F6;
}
.TagClassName
{
border-color: #94C4F6;
}
</style>