Shades of Light Sky Blue #94C4F9
Tints of Light Sky Blue #94C4F9
RGB
CMYK
RGB Variations
Color information
#94C4F9 (or 0x94C4F9) is known color: Light Sky Blue. HEX triplet: 94, C4 and F9. RGB value is (148,196,249). Sum of RGB (Red+Green+Blue) = 148+196+249=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #94C4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C4F9 is #6B3B06. Grayscale: #BBBBBB. Windows color (decimal): -7027463 or 16368788. OLE color: 16368788.
HSL color Cylindrical-coordinate representation of color #94C4F9: hue angle of 211.49º degrees, saturation: 0.89, 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 #94C4F9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 196 | 249 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.02 |
| HSL | 211.49º | 0.89% | 0.78% | - |
| HSV(B) | 211.49º | 0.41% | 0.98% | - |
| XYZ | 49.05 | 52.62 | 97.19 | - |
| YUV | 187.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 196 | 249 | 0.41 | 0.21 | 0 | 0.02 | 211.49 | 0.89 | 0.78 |
| Hex | 94 | C4 | F9 | 29 | 15 | 0 | 2 | D3 | 59 | 4E |
| Octal | 224 | 304 | 371 | 51 | 25 | 0 | 2 | 323 | 131 | 116 |
| Binary | 10010100 | 11000100 | 11111001 | 101001 | 10101 | 0 | 10 | 11010011 | 1011001 | 1001110 |
Color Harmonies of #94C4F9
Complementary color
Monochromatic Colors of #94C4F9
Black with #94C4F9
Text Example
Text Example
White with #94C4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C4F9; }
p { color: rgb(148,196,249); }
H1.HeaderClassName
{
color: #94C4F9;
}
.AnyTagClassName
{
color: #94C4F9;
}
</style>
background-color css
<style>
a { background-color: #94C4F9; }
a { background-color: rgb(148,196,249); }
div.DivClassName
{
background-color: #94C4F9;
}
.BgClassName
{
background-color: #94C4F9;
}
</style>
border-color css
<style>
span { border-color: #94C4F9; }
span { border-color: rgb(148,196,249); }
td.TdClassName
{
border-color: #94C4F9;
}
.TagClassName
{
border-color: #94C4F9;
}
</style>