Shades of Light Sky Blue #94CBF9
Tints of Light Sky Blue #94CBF9
RGB
CMYK
RGB Variations
Color information
#94CBF9 (or 0x94CBF9) is known color: Light Sky Blue. HEX triplet: 94, CB and F9. RGB value is (148,203,249). Sum of RGB (Red+Green+Blue) = 148+203+249=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #94CBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CBF9 is #6B3406. Grayscale: #BFBFBF. Windows color (decimal): -7025671 or 16370580. OLE color: 16370580.
HSL color Cylindrical-coordinate representation of color #94CBF9: hue angle of 207.33º 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 #94CBF9 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 203 | 249 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.02 |
| HSL | 207.33º | 0.89% | 0.78% | - |
| HSV(B) | 207.33º | 0.41% | 0.98% | - |
| XYZ | 50.67 | 55.85 | 97.73 | - |
| YUV | 191.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 249 | 0.41 | 0.18 | 0 | 0.02 | 207.33 | 0.89 | 0.78 |
| Hex | 94 | CB | F9 | 29 | 12 | 0 | 2 | CF | 59 | 4E |
| Octal | 224 | 313 | 371 | 51 | 22 | 0 | 2 | 317 | 131 | 116 |
| Binary | 10010100 | 11001011 | 11111001 | 101001 | 10010 | 0 | 10 | 11001111 | 1011001 | 1001110 |
Color Harmonies of #94CBF9
Complementary color
Monochromatic Colors of #94CBF9
Black with #94CBF9
Text Example
Text Example
White with #94CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CBF9; }
p { color: rgb(148,203,249); }
H1.HeaderClassName
{
color: #94CBF9;
}
.AnyTagClassName
{
color: #94CBF9;
}
</style>
background-color css
<style>
a { background-color: #94CBF9; }
a { background-color: rgb(148,203,249); }
div.DivClassName
{
background-color: #94CBF9;
}
.BgClassName
{
background-color: #94CBF9;
}
</style>
border-color css
<style>
span { border-color: #94CBF9; }
span { border-color: rgb(148,203,249); }
td.TdClassName
{
border-color: #94CBF9;
}
.TagClassName
{
border-color: #94CBF9;
}
</style>