Shades of Light Sky Blue #94C2FC
Tints of Light Sky Blue #94C2FC
RGB
CMYK
RGB Variations
Color information
#94C2FC (or 0x94C2FC) is known color: Light Sky Blue. HEX triplet: 94, C2 and FC. RGB value is (148,194,252). Sum of RGB (Red+Green+Blue) = 148+194+252=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2FC is #6B3D03. Grayscale: #BABABA. Windows color (decimal): -7027972 or 16564884. OLE color: 16564884.
HSL color Cylindrical-coordinate representation of color #94C2FC: hue angle of 213.46º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94C2FC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 194 | 252 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.01 |
| HSL | 213.46º | 0.95% | 0.78% | - |
| HSV(B) | 213.46º | 0.41% | 0.99% | - |
| XYZ | 49.08 | 51.91 | 99.53 | - |
| YUV | 186.86 | 164.76 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 252 | 0.41 | 0.23 | 0 | 0.01 | 213.46 | 0.95 | 0.78 |
| Hex | 94 | C2 | FC | 29 | 17 | 0 | 1 | D5 | 5F | 4E |
| Octal | 224 | 302 | 374 | 51 | 27 | 0 | 1 | 325 | 137 | 116 |
| Binary | 10010100 | 11000010 | 11111100 | 101001 | 10111 | 0 | 1 | 11010101 | 1011111 | 1001110 |
Color Harmonies of #94C2FC
Complementary color
Monochromatic Colors of #94C2FC
Black with #94C2FC
Text Example
Text Example
White with #94C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2FC; }
p { color: rgb(148,194,252); }
H1.HeaderClassName
{
color: #94C2FC;
}
.AnyTagClassName
{
color: #94C2FC;
}
</style>
background-color css
<style>
a { background-color: #94C2FC; }
a { background-color: rgb(148,194,252); }
div.DivClassName
{
background-color: #94C2FC;
}
.BgClassName
{
background-color: #94C2FC;
}
</style>
border-color css
<style>
span { border-color: #94C2FC; }
span { border-color: rgb(148,194,252); }
td.TdClassName
{
border-color: #94C2FC;
}
.TagClassName
{
border-color: #94C2FC;
}
</style>