Shades of Summer Sky #1EB0F2
Tints of Summer Sky #1EB0F2
RGB
CMYK
RGB Variations
Color information
#1EB0F2 (or 0x1EB0F2) is known color: Summer Sky. HEX triplet: 1E, B0 and F2. RGB value is (30,176,242). Sum of RGB (Red+Green+Blue) = 30+176+242=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EB0F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB0F2 is #E14F0D. Grayscale: #8B8B8B. Windows color (decimal): -14765838 or 15904798. OLE color: 15904798.
HSL color Cylindrical-coordinate representation of color #1EB0F2: hue angle of 198.68º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB0F2 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 176 | 242 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.05 |
| HSL | 198.68º | 0.89% | 0.53% | - |
| HSV(B) | 198.68º | 0.88% | 0.95% | - |
| XYZ | 32.09 | 37.74 | 89.6 | - |
| YUV | 139.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 242 | 0.88 | 0.27 | 0 | 0.05 | 198.68 | 0.89 | 0.53 |
| Hex | 1E | B0 | F2 | 58 | 1B | 0 | 5 | C7 | 59 | 35 |
| Octal | 36 | 260 | 362 | 130 | 33 | 0 | 5 | 307 | 131 | 65 |
| Binary | 11110 | 10110000 | 11110010 | 1011000 | 11011 | 0 | 101 | 11000111 | 1011001 | 110101 |
Color Harmonies of #1EB0F2
Complementary color
Monochromatic Colors of #1EB0F2
Black with #1EB0F2
Text Example
Text Example
White with #1EB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB0F2; }
p { color: rgb(30,176,242); }
H1.HeaderClassName
{
color: #1EB0F2;
}
.AnyTagClassName
{
color: #1EB0F2;
}
</style>
background-color css
<style>
a { background-color: #1EB0F2; }
a { background-color: rgb(30,176,242); }
div.DivClassName
{
background-color: #1EB0F2;
}
.BgClassName
{
background-color: #1EB0F2;
}
</style>
border-color css
<style>
span { border-color: #1EB0F2; }
span { border-color: rgb(30,176,242); }
td.TdClassName
{
border-color: #1EB0F2;
}
.TagClassName
{
border-color: #1EB0F2;
}
</style>