Shades of Deep Sky Blue #1EC6FB
Tints of Deep Sky Blue #1EC6FB
RGB
CMYK
RGB Variations
Color information
#1EC6FB (or 0x1EC6FB) is known color: Deep Sky Blue. HEX triplet: 1E, C6 and FB. RGB value is (30,198,251). Sum of RGB (Red+Green+Blue) = 30+198+251=479 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.26% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EC6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC6FB is #E13904. Grayscale: #999999. Windows color (decimal): -14760197 or 16500254. OLE color: 16500254.
HSL color Cylindrical-coordinate representation of color #1EC6FB: hue angle of 194.39º 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 #1EC6FB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 198 | 251 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.02 |
| HSL | 194.39º | 0.97% | 0.55% | - |
| HSV(B) | 194.39º | 0.88% | 0.98% | - |
| XYZ | 38.14 | 47.63 | 98.45 | - |
| YUV | 153.81 | 182.84 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 251 | 0.88 | 0.21 | 0 | 0.02 | 194.39 | 0.97 | 0.55 |
| Hex | 1E | C6 | FB | 58 | 15 | 0 | 2 | C2 | 61 | 37 |
| Octal | 36 | 306 | 373 | 130 | 25 | 0 | 2 | 302 | 141 | 67 |
| Binary | 11110 | 11000110 | 11111011 | 1011000 | 10101 | 0 | 10 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1EC6FB
Complementary color
Monochromatic Colors of #1EC6FB
Black with #1EC6FB
Text Example
Text Example
White with #1EC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC6FB; }
p { color: rgb(30,198,251); }
H1.HeaderClassName
{
color: #1EC6FB;
}
.AnyTagClassName
{
color: #1EC6FB;
}
</style>
background-color css
<style>
a { background-color: #1EC6FB; }
a { background-color: rgb(30,198,251); }
div.DivClassName
{
background-color: #1EC6FB;
}
.BgClassName
{
background-color: #1EC6FB;
}
</style>
border-color css
<style>
span { border-color: #1EC6FB; }
span { border-color: rgb(30,198,251); }
td.TdClassName
{
border-color: #1EC6FB;
}
.TagClassName
{
border-color: #1EC6FB;
}
</style>