Shades of Deep Sky Blue #1EB8FF
Tints of Deep Sky Blue #1EB8FF
RGB
CMYK
RGB Variations
Color information
#1EB8FF (or 0x1EB8FF) is known color: Deep Sky Blue. HEX triplet: 1E, B8 and FF. RGB value is (30,184,255). Sum of RGB (Red+Green+Blue) = 30+184+255=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EB8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EB8FF is #E14700. Grayscale: #919191. Windows color (decimal): -14763777 or 16758814. OLE color: 16758814.
HSL color Cylindrical-coordinate representation of color #1EB8FF: hue angle of 198.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB8FF is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 184 | 255 | - |
| CMYK | 0.88 | 0.28 | 0 | 0 |
| HSL | 198.93º | 1% | 0.56% | - |
| HSV(B) | 198.93º | 0.88% | 1% | - |
| XYZ | 35.73 | 41.78 | 100.79 | - |
| YUV | 146.05 | 189.48 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 255 | 0.88 | 0.28 | 0 | 0 | 198.93 | 1 | 0.56 |
| Hex | 1E | B8 | FF | 58 | 1C | 0 | 0 | C7 | 64 | 38 |
| Octal | 36 | 270 | 377 | 130 | 34 | 0 | 0 | 307 | 144 | 70 |
| Binary | 11110 | 10111000 | 11111111 | 1011000 | 11100 | 0 | 0 | 11000111 | 1100100 | 111000 |
Color Harmonies of #1EB8FF
Complementary color
Monochromatic Colors of #1EB8FF
Black with #1EB8FF
Text Example
Text Example
White with #1EB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8FF; }
p { color: rgb(30,184,255); }
H1.HeaderClassName
{
color: #1EB8FF;
}
.AnyTagClassName
{
color: #1EB8FF;
}
</style>
background-color css
<style>
a { background-color: #1EB8FF; }
a { background-color: rgb(30,184,255); }
div.DivClassName
{
background-color: #1EB8FF;
}
.BgClassName
{
background-color: #1EB8FF;
}
</style>
border-color css
<style>
span { border-color: #1EB8FF; }
span { border-color: rgb(30,184,255); }
td.TdClassName
{
border-color: #1EB8FF;
}
.TagClassName
{
border-color: #1EB8FF;
}
</style>