Shades of Pelorous #25ABBD
Tints of Pelorous #25ABBD
RGB
CMYK
RGB Variations
Color information
#25ABBD (or 0x25ABBD) is known color: Pelorous. HEX triplet: 25, AB and BD. RGB value is (37,171,189). Sum of RGB (Red+Green+Blue) = 37+171+189=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #25ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABBD is #DA5442. Grayscale: #848484. Windows color (decimal): -14308419 or 12430117. OLE color: 12430117.
HSL color Cylindrical-coordinate representation of color #25ABBD: hue angle of 187.11º 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 #25ABBD is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 171 | 189 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.26 |
| HSL | 187.11º | 0.67% | 0.44% | - |
| HSV(B) | 187.11º | 0.8% | 0.74% | - |
| XYZ | 24.51 | 33.19 | 53.26 | - |
| YUV | 132.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 189 | 0.80 | 0.10 | 0 | 0.26 | 187.11 | 0.67 | 0.44 |
| Hex | 25 | AB | BD | 50 | A | 0 | 1A | BB | 43 | 2C |
| Octal | 45 | 253 | 275 | 120 | 12 | 0 | 32 | 273 | 103 | 54 |
| Binary | 100101 | 10101011 | 10111101 | 1010000 | 1010 | 0 | 11010 | 10111011 | 1000011 | 101100 |
Color Harmonies of #25ABBD
Complementary color
Monochromatic Colors of #25ABBD
Black with #25ABBD
Text Example
Text Example
White with #25ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABBD; }
p { color: rgb(37,171,189); }
H1.HeaderClassName
{
color: #25ABBD;
}
.AnyTagClassName
{
color: #25ABBD;
}
</style>
background-color css
<style>
a { background-color: #25ABBD; }
a { background-color: rgb(37,171,189); }
div.DivClassName
{
background-color: #25ABBD;
}
.BgClassName
{
background-color: #25ABBD;
}
</style>
border-color css
<style>
span { border-color: #25ABBD; }
span { border-color: rgb(37,171,189); }
td.TdClassName
{
border-color: #25ABBD;
}
.TagClassName
{
border-color: #25ABBD;
}
</style>