Shades of Deep Sky Blue #1EB2FA
Tints of Deep Sky Blue #1EB2FA
RGB
CMYK
RGB Variations
Color information
#1EB2FA (or 0x1EB2FA) is known color: Deep Sky Blue. HEX triplet: 1E, B2 and FA. RGB value is (30,178,250). Sum of RGB (Red+Green+Blue) = 30+178+250=458 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.55% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EB2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB2FA is #E14D05. Grayscale: #8D8D8D. Windows color (decimal): -14765318 or 16429598. OLE color: 16429598.
HSL color Cylindrical-coordinate representation of color #1EB2FA: hue angle of 199.64º degrees, saturation: 0.96, 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 #1EB2FA is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 178 | 250 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.02 |
| HSL | 199.64º | 0.96% | 0.55% | - |
| HSV(B) | 199.64º | 0.88% | 0.98% | - |
| XYZ | 33.71 | 39.02 | 96.2 | - |
| YUV | 141.96 | 188.97 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 250 | 0.88 | 0.29 | 0 | 0.02 | 199.64 | 0.96 | 0.55 |
| Hex | 1E | B2 | FA | 58 | 1D | 0 | 2 | C8 | 60 | 37 |
| Octal | 36 | 262 | 372 | 130 | 35 | 0 | 2 | 310 | 140 | 67 |
| Binary | 11110 | 10110010 | 11111010 | 1011000 | 11101 | 0 | 10 | 11001000 | 1100000 | 110111 |
Color Harmonies of #1EB2FA
Complementary color
Monochromatic Colors of #1EB2FA
Black with #1EB2FA
Text Example
Text Example
White with #1EB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB2FA; }
p { color: rgb(30,178,250); }
H1.HeaderClassName
{
color: #1EB2FA;
}
.AnyTagClassName
{
color: #1EB2FA;
}
</style>
background-color css
<style>
a { background-color: #1EB2FA; }
a { background-color: rgb(30,178,250); }
div.DivClassName
{
background-color: #1EB2FA;
}
.BgClassName
{
background-color: #1EB2FA;
}
</style>
border-color css
<style>
span { border-color: #1EB2FA; }
span { border-color: rgb(30,178,250); }
td.TdClassName
{
border-color: #1EB2FA;
}
.TagClassName
{
border-color: #1EB2FA;
}
</style>