Shades of Deep Sky Blue #1EC5FB
Tints of Deep Sky Blue #1EC5FB
RGB
CMYK
RGB Variations
Color information
#1EC5FB (or 0x1EC5FB) is known color: Deep Sky Blue. HEX triplet: 1E, C5 and FB. RGB value is (30,197,251). Sum of RGB (Red+Green+Blue) = 30+197+251=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EC5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC5FB is #E13A04. Grayscale: #989898. Windows color (decimal): -14760453 or 16499998. OLE color: 16499998.
HSL color Cylindrical-coordinate representation of color #1EC5FB: hue angle of 194.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC5FB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 197 | 251 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.02 |
| HSL | 194.66º | 0.97% | 0.55% | - |
| HSV(B) | 194.66º | 0.88% | 0.98% | - |
| XYZ | 37.91 | 47.17 | 98.37 | - |
| YUV | 153.22 | 183.17 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 251 | 0.88 | 0.22 | 0 | 0.02 | 194.66 | 0.97 | 0.55 |
| Hex | 1E | C5 | FB | 58 | 16 | 0 | 2 | C3 | 61 | 37 |
| Octal | 36 | 305 | 373 | 130 | 26 | 0 | 2 | 303 | 141 | 67 |
| Binary | 11110 | 11000101 | 11111011 | 1011000 | 10110 | 0 | 10 | 11000011 | 1100001 | 110111 |
Color Harmonies of #1EC5FB
Complementary color
Monochromatic Colors of #1EC5FB
Black with #1EC5FB
Text Example
Text Example
White with #1EC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC5FB; }
p { color: rgb(30,197,251); }
H1.HeaderClassName
{
color: #1EC5FB;
}
.AnyTagClassName
{
color: #1EC5FB;
}
</style>
background-color css
<style>
a { background-color: #1EC5FB; }
a { background-color: rgb(30,197,251); }
div.DivClassName
{
background-color: #1EC5FB;
}
.BgClassName
{
background-color: #1EC5FB;
}
</style>
border-color css
<style>
span { border-color: #1EC5FB; }
span { border-color: rgb(30,197,251); }
td.TdClassName
{
border-color: #1EC5FB;
}
.TagClassName
{
border-color: #1EC5FB;
}
</style>