Shades of Pelorous #1E9CB3
Tints of Pelorous #1E9CB3
RGB
CMYK
RGB Variations
Color information
#1E9CB3 (or 0x1E9CB3) is known color: Pelorous. HEX triplet: 1E, 9C and B3. RGB value is (30,156,179). Sum of RGB (Red+Green+Blue) = 30+156+179=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #1E9CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9CB3 is #E1634C. Grayscale: #787878. Windows color (decimal): -14771021 or 11770910. OLE color: 11770910.
HSL color Cylindrical-coordinate representation of color #1E9CB3: hue angle of 189.26º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E9CB3 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 156 | 179 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.30 |
| HSL | 189.26º | 0.71% | 0.41% | - |
| HSV(B) | 189.26º | 0.83% | 0.7% | - |
| XYZ | 20.56 | 27.31 | 46.84 | - |
| YUV | 120.95 | 160.76 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 156 | 179 | 0.83 | 0.13 | 0 | 0.30 | 189.26 | 0.71 | 0.41 |
| Hex | 1E | 9C | B3 | 53 | D | 0 | 1E | BD | 47 | 29 |
| Octal | 36 | 234 | 263 | 123 | 15 | 0 | 36 | 275 | 107 | 51 |
| Binary | 11110 | 10011100 | 10110011 | 1010011 | 1101 | 0 | 11110 | 10111101 | 1000111 | 101001 |
Color Harmonies of #1E9CB3
Complementary color
Monochromatic Colors of #1E9CB3
Black with #1E9CB3
Text Example
Text Example
White with #1E9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9CB3; }
p { color: rgb(30,156,179); }
H1.HeaderClassName
{
color: #1E9CB3;
}
.AnyTagClassName
{
color: #1E9CB3;
}
</style>
background-color css
<style>
a { background-color: #1E9CB3; }
a { background-color: rgb(30,156,179); }
div.DivClassName
{
background-color: #1E9CB3;
}
.BgClassName
{
background-color: #1E9CB3;
}
</style>
border-color css
<style>
span { border-color: #1E9CB3; }
span { border-color: rgb(30,156,179); }
td.TdClassName
{
border-color: #1E9CB3;
}
.TagClassName
{
border-color: #1E9CB3;
}
</style>