Shades of Pelorous #1E9BCB
Tints of Pelorous #1E9BCB
RGB
CMYK
RGB Variations
Color information
#1E9BCB (or 0x1E9BCB) is known color: Pelorous. HEX triplet: 1E, 9B and CB. RGB value is (30,155,203). Sum of RGB (Red+Green+Blue) = 30+155+203=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E9BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BCB is #E16434. Grayscale: #7A7A7A. Windows color (decimal): -14771253 or 13343518. OLE color: 13343518.
HSL color Cylindrical-coordinate representation of color #1E9BCB: hue angle of 196.65º 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 #1E9BCB is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 155 | 203 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.20 |
| HSL | 196.65º | 0.74% | 0.46% | - |
| HSV(B) | 196.65º | 0.85% | 0.8% | - |
| XYZ | 23.04 | 28.03 | 60.7 | - |
| YUV | 123.1 | 173.09 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 203 | 0.85 | 0.24 | 0 | 0.20 | 196.65 | 0.74 | 0.46 |
| Hex | 1E | 9B | CB | 55 | 18 | 0 | 14 | C5 | 4A | 2E |
| Octal | 36 | 233 | 313 | 125 | 30 | 0 | 24 | 305 | 112 | 56 |
| Binary | 11110 | 10011011 | 11001011 | 1010101 | 11000 | 0 | 10100 | 11000101 | 1001010 | 101110 |
Color Harmonies of #1E9BCB
Complementary color
Monochromatic Colors of #1E9BCB
Black with #1E9BCB
Text Example
Text Example
White with #1E9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9BCB; }
p { color: rgb(30,155,203); }
H1.HeaderClassName
{
color: #1E9BCB;
}
.AnyTagClassName
{
color: #1E9BCB;
}
</style>
background-color css
<style>
a { background-color: #1E9BCB; }
a { background-color: rgb(30,155,203); }
div.DivClassName
{
background-color: #1E9BCB;
}
.BgClassName
{
background-color: #1E9BCB;
}
</style>
border-color css
<style>
span { border-color: #1E9BCB; }
span { border-color: rgb(30,155,203); }
td.TdClassName
{
border-color: #1E9BCB;
}
.TagClassName
{
border-color: #1E9BCB;
}
</style>