Shades of Pelorous #1EA8CB
Tints of Pelorous #1EA8CB
RGB
CMYK
RGB Variations
Color information
#1EA8CB (or 0x1EA8CB) is known color: Pelorous. HEX triplet: 1E, A8 and CB. RGB value is (30,168,203). Sum of RGB (Red+Green+Blue) = 30+168+203=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA8CB is #E15734. Grayscale: #828282. Windows color (decimal): -14767925 or 13346846. OLE color: 13346846.
HSL color Cylindrical-coordinate representation of color #1EA8CB: hue angle of 192.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EA8CB is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 168 | 203 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.20 |
| HSL | 192.14º | 0.74% | 0.46% | - |
| HSV(B) | 192.14º | 0.85% | 0.8% | - |
| XYZ | 25.32 | 32.59 | 61.46 | - |
| YUV | 130.73 | 168.78 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 168 | 203 | 0.85 | 0.17 | 0 | 0.20 | 192.14 | 0.74 | 0.46 |
| Hex | 1E | A8 | CB | 55 | 11 | 0 | 14 | C0 | 4A | 2E |
| Octal | 36 | 250 | 313 | 125 | 21 | 0 | 24 | 300 | 112 | 56 |
| Binary | 11110 | 10101000 | 11001011 | 1010101 | 10001 | 0 | 10100 | 11000000 | 1001010 | 101110 |
Color Harmonies of #1EA8CB
Complementary color
Monochromatic Colors of #1EA8CB
Black with #1EA8CB
Text Example
Text Example
White with #1EA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA8CB; }
p { color: rgb(30,168,203); }
H1.HeaderClassName
{
color: #1EA8CB;
}
.AnyTagClassName
{
color: #1EA8CB;
}
</style>
background-color css
<style>
a { background-color: #1EA8CB; }
a { background-color: rgb(30,168,203); }
div.DivClassName
{
background-color: #1EA8CB;
}
.BgClassName
{
background-color: #1EA8CB;
}
</style>
border-color css
<style>
span { border-color: #1EA8CB; }
span { border-color: rgb(30,168,203); }
td.TdClassName
{
border-color: #1EA8CB;
}
.TagClassName
{
border-color: #1EA8CB;
}
</style>