Shades of Light Sky Blue #94CFFF
Tints of Light Sky Blue #94CFFF
RGB
CMYK
RGB Variations
Color information
#94CFFF (or 0x94CFFF) is known color: Light Sky Blue. HEX triplet: 94, CF and FF. RGB value is (148,207,255). Sum of RGB (Red+Green+Blue) = 148+207+255=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #94CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFFF is #6B3000. Grayscale: #C2C2C2. Windows color (decimal): -7024641 or 16764820. OLE color: 16764820.
HSL color Cylindrical-coordinate representation of color #94CFFF: hue angle of 206.92º 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 #94CFFF is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 207 | 255 | - |
| CMYK | 0.42 | 0.19 | 0 | 0 |
| HSL | 206.92º | 1% | 0.79% | - |
| HSV(B) | 206.92º | 0.42% | 1% | - |
| XYZ | 52.58 | 58.14 | 103.06 | - |
| YUV | 194.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 255 | 0.42 | 0.19 | 0 | 0 | 206.92 | 1 | 0.79 |
| Hex | 94 | CF | FF | 2A | 13 | 0 | 0 | CF | 64 | 4F |
| Octal | 224 | 317 | 377 | 52 | 23 | 0 | 0 | 317 | 144 | 117 |
| Binary | 10010100 | 11001111 | 11111111 | 101010 | 10011 | 0 | 0 | 11001111 | 1100100 | 1001111 |
Color Harmonies of #94CFFF
Complementary color
Monochromatic Colors of #94CFFF
Black with #94CFFF
Text Example
Text Example
White with #94CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFFF; }
p { color: rgb(148,207,255); }
H1.HeaderClassName
{
color: #94CFFF;
}
.AnyTagClassName
{
color: #94CFFF;
}
</style>
background-color css
<style>
a { background-color: #94CFFF; }
a { background-color: rgb(148,207,255); }
div.DivClassName
{
background-color: #94CFFF;
}
.BgClassName
{
background-color: #94CFFF;
}
</style>
border-color css
<style>
span { border-color: #94CFFF; }
span { border-color: rgb(148,207,255); }
td.TdClassName
{
border-color: #94CFFF;
}
.TagClassName
{
border-color: #94CFFF;
}
</style>