Shades of Pelorous #25AABD
Tints of Pelorous #25AABD
RGB
CMYK
RGB Variations
Color information
#25AABD (or 0x25AABD) is known color: Pelorous. HEX triplet: 25, AA and BD. RGB value is (37,170,189). Sum of RGB (Red+Green+Blue) = 37+170+189=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #25AABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AABD is #DA5542. Grayscale: #848484. Windows color (decimal): -14308675 or 12429861. OLE color: 12429861.
HSL color Cylindrical-coordinate representation of color #25AABD: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25AABD is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 170 | 189 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.26 |
| HSL | 187.5º | 0.67% | 0.44% | - |
| HSV(B) | 187.5º | 0.8% | 0.74% | - |
| XYZ | 24.32 | 32.82 | 53.2 | - |
| YUV | 132.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 189 | 0.80 | 0.10 | 0 | 0.26 | 187.5 | 0.67 | 0.44 |
| Hex | 25 | AA | BD | 50 | A | 0 | 1A | BC | 43 | 2C |
| Octal | 45 | 252 | 275 | 120 | 12 | 0 | 32 | 274 | 103 | 54 |
| Binary | 100101 | 10101010 | 10111101 | 1010000 | 1010 | 0 | 11010 | 10111100 | 1000011 | 101100 |
Color Harmonies of #25AABD
Complementary color
Monochromatic Colors of #25AABD
Black with #25AABD
Text Example
Text Example
White with #25AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AABD; }
p { color: rgb(37,170,189); }
H1.HeaderClassName
{
color: #25AABD;
}
.AnyTagClassName
{
color: #25AABD;
}
</style>
background-color css
<style>
a { background-color: #25AABD; }
a { background-color: rgb(37,170,189); }
div.DivClassName
{
background-color: #25AABD;
}
.BgClassName
{
background-color: #25AABD;
}
</style>
border-color css
<style>
span { border-color: #25AABD; }
span { border-color: rgb(37,170,189); }
td.TdClassName
{
border-color: #25AABD;
}
.TagClassName
{
border-color: #25AABD;
}
</style>