Shades of Deep Sky Blue #1EBCFB
Tints of Deep Sky Blue #1EBCFB
RGB
CMYK
RGB Variations
Color information
#1EBCFB (or 0x1EBCFB) is known color: Deep Sky Blue. HEX triplet: 1E, BC and FB. RGB value is (30,188,251). Sum of RGB (Red+Green+Blue) = 30+188+251=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EBCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBCFB is #E14304. Grayscale: #939393. Windows color (decimal): -14762757 or 16497694. OLE color: 16497694.
HSL color Cylindrical-coordinate representation of color #1EBCFB: hue angle of 197.1º 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 #1EBCFB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 188 | 251 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.02 |
| HSL | 197.1º | 0.97% | 0.55% | - |
| HSV(B) | 197.1º | 0.88% | 0.98% | - |
| XYZ | 35.93 | 43.21 | 97.71 | - |
| YUV | 147.94 | 186.15 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 251 | 0.88 | 0.25 | 0 | 0.02 | 197.1 | 0.97 | 0.55 |
| Hex | 1E | BC | FB | 58 | 19 | 0 | 2 | C5 | 61 | 37 |
| Octal | 36 | 274 | 373 | 130 | 31 | 0 | 2 | 305 | 141 | 67 |
| Binary | 11110 | 10111100 | 11111011 | 1011000 | 11001 | 0 | 10 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1EBCFB
Complementary color
Monochromatic Colors of #1EBCFB
Black with #1EBCFB
Text Example
Text Example
White with #1EBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCFB; }
p { color: rgb(30,188,251); }
H1.HeaderClassName
{
color: #1EBCFB;
}
.AnyTagClassName
{
color: #1EBCFB;
}
</style>
background-color css
<style>
a { background-color: #1EBCFB; }
a { background-color: rgb(30,188,251); }
div.DivClassName
{
background-color: #1EBCFB;
}
.BgClassName
{
background-color: #1EBCFB;
}
</style>
border-color css
<style>
span { border-color: #1EBCFB; }
span { border-color: rgb(30,188,251); }
td.TdClassName
{
border-color: #1EBCFB;
}
.TagClassName
{
border-color: #1EBCFB;
}
</style>