Shades of Light Sky Blue #94BEF6
Tints of Light Sky Blue #94BEF6
RGB
CMYK
RGB Variations
Color information
#94BEF6 (or 0x94BEF6) is known color: Light Sky Blue. HEX triplet: 94, BE and F6. RGB value is (148,190,246). Sum of RGB (Red+Green+Blue) = 148+190+246=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #94BEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEF6 is #6B4109. Grayscale: #B7B7B7. Windows color (decimal): -7029002 or 16170644. OLE color: 16170644.
HSL color Cylindrical-coordinate representation of color #94BEF6: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94BEF6 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 190 | 246 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.04 |
| HSL | 214.29º | 0.84% | 0.77% | - |
| HSV(B) | 214.29º | 0.4% | 0.96% | - |
| XYZ | 47.26 | 49.78 | 94.31 | - |
| YUV | 183.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 246 | 0.40 | 0.23 | 0 | 0.04 | 214.29 | 0.84 | 0.77 |
| Hex | 94 | BE | F6 | 28 | 17 | 0 | 4 | D6 | 54 | 4D |
| Octal | 224 | 276 | 366 | 50 | 27 | 0 | 4 | 326 | 124 | 115 |
| Binary | 10010100 | 10111110 | 11110110 | 101000 | 10111 | 0 | 100 | 11010110 | 1010100 | 1001101 |
Color Harmonies of #94BEF6
Complementary color
Monochromatic Colors of #94BEF6
Black with #94BEF6
Text Example
Text Example
White with #94BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BEF6; }
p { color: rgb(148,190,246); }
H1.HeaderClassName
{
color: #94BEF6;
}
.AnyTagClassName
{
color: #94BEF6;
}
</style>
background-color css
<style>
a { background-color: #94BEF6; }
a { background-color: rgb(148,190,246); }
div.DivClassName
{
background-color: #94BEF6;
}
.BgClassName
{
background-color: #94BEF6;
}
</style>
border-color css
<style>
span { border-color: #94BEF6; }
span { border-color: rgb(148,190,246); }
td.TdClassName
{
border-color: #94BEF6;
}
.TagClassName
{
border-color: #94BEF6;
}
</style>