Shades of Light Sky Blue #94D2FB
Tints of Light Sky Blue #94D2FB
RGB
CMYK
RGB Variations
Color information
#94D2FB (or 0x94D2FB) is known color: Light Sky Blue. HEX triplet: 94, D2 and FB. RGB value is (148,210,251). Sum of RGB (Red+Green+Blue) = 148+210+251=609 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.30% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #94D2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2FB is #6B2D04. Grayscale: #C3C3C3. Windows color (decimal): -7023877 or 16503444. OLE color: 16503444.
HSL color Cylindrical-coordinate representation of color #94D2FB: hue angle of 203.88º degrees, saturation: 0.93, 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 #94D2FB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 210 | 251 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.02 |
| HSL | 203.88º | 0.93% | 0.78% | - |
| HSV(B) | 203.88º | 0.41% | 0.98% | - |
| XYZ | 52.67 | 59.35 | 99.95 | - |
| YUV | 196.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 251 | 0.41 | 0.16 | 0 | 0.02 | 203.88 | 0.93 | 0.78 |
| Hex | 94 | D2 | FB | 29 | 10 | 0 | 2 | CC | 5D | 4E |
| Octal | 224 | 322 | 373 | 51 | 20 | 0 | 2 | 314 | 135 | 116 |
| Binary | 10010100 | 11010010 | 11111011 | 101001 | 10000 | 0 | 10 | 11001100 | 1011101 | 1001110 |
Color Harmonies of #94D2FB
Complementary color
Monochromatic Colors of #94D2FB
Black with #94D2FB
Text Example
Text Example
White with #94D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2FB; }
p { color: rgb(148,210,251); }
H1.HeaderClassName
{
color: #94D2FB;
}
.AnyTagClassName
{
color: #94D2FB;
}
</style>
background-color css
<style>
a { background-color: #94D2FB; }
a { background-color: rgb(148,210,251); }
div.DivClassName
{
background-color: #94D2FB;
}
.BgClassName
{
background-color: #94D2FB;
}
</style>
border-color css
<style>
span { border-color: #94D2FB; }
span { border-color: rgb(148,210,251); }
td.TdClassName
{
border-color: #94D2FB;
}
.TagClassName
{
border-color: #94D2FB;
}
</style>