Shades of Pelorous #1DAEC1
Tints of Pelorous #1DAEC1
RGB
CMYK
RGB Variations
Color information
#1DAEC1 (or 0x1DAEC1) is known color: Pelorous. HEX triplet: 1D, AE and C1. RGB value is (29,174,193). Sum of RGB (Red+Green+Blue) = 29+174+193=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DAEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAEC1 is #E2513E. Grayscale: #848484. Windows color (decimal): -14831935 or 12693021. OLE color: 12693021.
HSL color Cylindrical-coordinate representation of color #1DAEC1: hue angle of 186.95º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAEC1 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 174 | 193 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.24 |
| HSL | 186.95º | 0.74% | 0.44% | - |
| HSV(B) | 186.95º | 0.85% | 0.76% | - |
| XYZ | 25.27 | 34.38 | 55.76 | - |
| YUV | 132.81 | 161.96 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 193 | 0.85 | 0.10 | 0 | 0.24 | 186.95 | 0.74 | 0.44 |
| Hex | 1D | AE | C1 | 55 | A | 0 | 18 | BB | 4A | 2C |
| Octal | 35 | 256 | 301 | 125 | 12 | 0 | 30 | 273 | 112 | 54 |
| Binary | 11101 | 10101110 | 11000001 | 1010101 | 1010 | 0 | 11000 | 10111011 | 1001010 | 101100 |
Color Harmonies of #1DAEC1
Complementary color
Monochromatic Colors of #1DAEC1
Black with #1DAEC1
Text Example
Text Example
White with #1DAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAEC1; }
p { color: rgb(29,174,193); }
H1.HeaderClassName
{
color: #1DAEC1;
}
.AnyTagClassName
{
color: #1DAEC1;
}
</style>
background-color css
<style>
a { background-color: #1DAEC1; }
a { background-color: rgb(29,174,193); }
div.DivClassName
{
background-color: #1DAEC1;
}
.BgClassName
{
background-color: #1DAEC1;
}
</style>
border-color css
<style>
span { border-color: #1DAEC1; }
span { border-color: rgb(29,174,193); }
td.TdClassName
{
border-color: #1DAEC1;
}
.TagClassName
{
border-color: #1DAEC1;
}
</style>