Shades of Pelorous #2DAEBF
Tints of Pelorous #2DAEBF
RGB
CMYK
RGB Variations
Color information
#2DAEBF (or 0x2DAEBF) is known color: Pelorous. HEX triplet: 2D, AE and BF. RGB value is (45,174,191). Sum of RGB (Red+Green+Blue) = 45+174+191=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #2DAEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAEBF is #D25140. Grayscale: #898989. Windows color (decimal): -13783361 or 12561965. OLE color: 12561965.
HSL color Cylindrical-coordinate representation of color #2DAEBF: hue angle of 186.99º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DAEBF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 174 | 191 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.25 |
| HSL | 186.99º | 0.62% | 0.46% | - |
| HSV(B) | 186.99º | 0.76% | 0.75% | - |
| XYZ | 25.62 | 34.59 | 54.62 | - |
| YUV | 137.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 191 | 0.76 | 0.09 | 0 | 0.25 | 186.99 | 0.62 | 0.46 |
| Hex | 2D | AE | BF | 4C | 9 | 0 | 19 | BB | 3E | 2E |
| Octal | 55 | 256 | 277 | 114 | 11 | 0 | 31 | 273 | 76 | 56 |
| Binary | 101101 | 10101110 | 10111111 | 1001100 | 1001 | 0 | 11001 | 10111011 | 111110 | 101110 |
Color Harmonies of #2DAEBF
Complementary color
Monochromatic Colors of #2DAEBF
Black with #2DAEBF
Text Example
Text Example
White with #2DAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAEBF; }
p { color: rgb(45,174,191); }
H1.HeaderClassName
{
color: #2DAEBF;
}
.AnyTagClassName
{
color: #2DAEBF;
}
</style>
background-color css
<style>
a { background-color: #2DAEBF; }
a { background-color: rgb(45,174,191); }
div.DivClassName
{
background-color: #2DAEBF;
}
.BgClassName
{
background-color: #2DAEBF;
}
</style>
border-color css
<style>
span { border-color: #2DAEBF; }
span { border-color: rgb(45,174,191); }
td.TdClassName
{
border-color: #2DAEBF;
}
.TagClassName
{
border-color: #2DAEBF;
}
</style>