Shades of Light Sky Blue #94D2FE
Tints of Light Sky Blue #94D2FE
RGB
CMYK
RGB Variations
Color information
#94D2FE (or 0x94D2FE) is known color: Light Sky Blue. HEX triplet: 94, D2 and FE. RGB value is (148,210,254). Sum of RGB (Red+Green+Blue) = 148+210+254=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #94D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2FE is #6B2D01. Grayscale: #C4C4C4. Windows color (decimal): -7023874 or 16700052. OLE color: 16700052.
HSL color Cylindrical-coordinate representation of color #94D2FE: hue angle of 204.91º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D2FE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 210 | 254 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.00 |
| HSL | 204.91º | 0.98% | 0.79% | - |
| HSV(B) | 204.91º | 0.42% | 1% | - |
| XYZ | 53.15 | 59.54 | 102.46 | - |
| YUV | 196.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 254 | 0.42 | 0.17 | 0 | 0.00 | 204.91 | 0.98 | 0.79 |
| Hex | 94 | D2 | FE | 2A | 11 | 0 | 0 | CD | 62 | 4F |
| Octal | 224 | 322 | 376 | 52 | 21 | 0 | 0 | 315 | 142 | 117 |
| Binary | 10010100 | 11010010 | 11111110 | 101010 | 10001 | 0 | 0 | 11001101 | 1100010 | 1001111 |
Color Harmonies of #94D2FE
Complementary color
Monochromatic Colors of #94D2FE
Black with #94D2FE
Text Example
Text Example
White with #94D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2FE; }
p { color: rgb(148,210,254); }
H1.HeaderClassName
{
color: #94D2FE;
}
.AnyTagClassName
{
color: #94D2FE;
}
</style>
background-color css
<style>
a { background-color: #94D2FE; }
a { background-color: rgb(148,210,254); }
div.DivClassName
{
background-color: #94D2FE;
}
.BgClassName
{
background-color: #94D2FE;
}
</style>
border-color css
<style>
span { border-color: #94D2FE; }
span { border-color: rgb(148,210,254); }
td.TdClassName
{
border-color: #94D2FE;
}
.TagClassName
{
border-color: #94D2FE;
}
</style>