Shades of Deep Sky Blue #1ED6FB
Tints of Deep Sky Blue #1ED6FB
RGB
CMYK
RGB Variations
Color information
#1ED6FB (or 0x1ED6FB) is known color: Deep Sky Blue. HEX triplet: 1E, D6 and FB. RGB value is (30,214,251). Sum of RGB (Red+Green+Blue) = 30+214+251=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ED6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6FB is #E12904. Grayscale: #A2A2A2. Windows color (decimal): -14756101 or 16504350. OLE color: 16504350.
HSL color Cylindrical-coordinate representation of color #1ED6FB: hue angle of 190.05º 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 #1ED6FB is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 214 | 251 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.02 |
| HSL | 190.05º | 0.97% | 0.55% | - |
| HSV(B) | 190.05º | 0.88% | 0.98% | - |
| XYZ | 41.99 | 55.33 | 99.73 | - |
| YUV | 163.2 | 177.54 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 251 | 0.88 | 0.15 | 0 | 0.02 | 190.05 | 0.97 | 0.55 |
| Hex | 1E | D6 | FB | 58 | F | 0 | 2 | BE | 61 | 37 |
| Octal | 36 | 326 | 373 | 130 | 17 | 0 | 2 | 276 | 141 | 67 |
| Binary | 11110 | 11010110 | 11111011 | 1011000 | 1111 | 0 | 10 | 10111110 | 1100001 | 110111 |
Color Harmonies of #1ED6FB
Complementary color
Monochromatic Colors of #1ED6FB
Black with #1ED6FB
Text Example
Text Example
White with #1ED6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED6FB; }
p { color: rgb(30,214,251); }
H1.HeaderClassName
{
color: #1ED6FB;
}
.AnyTagClassName
{
color: #1ED6FB;
}
</style>
background-color css
<style>
a { background-color: #1ED6FB; }
a { background-color: rgb(30,214,251); }
div.DivClassName
{
background-color: #1ED6FB;
}
.BgClassName
{
background-color: #1ED6FB;
}
</style>
border-color css
<style>
span { border-color: #1ED6FB; }
span { border-color: rgb(30,214,251); }
td.TdClassName
{
border-color: #1ED6FB;
}
.TagClassName
{
border-color: #1ED6FB;
}
</style>