Shades of Pelorous #25A5BA
Tints of Pelorous #25A5BA
RGB
CMYK
RGB Variations
Color information
#25A5BA (or 0x25A5BA) is known color: Pelorous. HEX triplet: 25, A5 and BA. RGB value is (37,165,186). Sum of RGB (Red+Green+Blue) = 37+165+186=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #25A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A5BA is #DA5A45. Grayscale: #808080. Windows color (decimal): -14309958 or 12231973. OLE color: 12231973.
HSL color Cylindrical-coordinate representation of color #25A5BA: hue angle of 188.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A5BA is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 165 | 186 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.27 |
| HSL | 188.46º | 0.67% | 0.44% | - |
| HSV(B) | 188.46º | 0.8% | 0.73% | - |
| XYZ | 23.08 | 30.85 | 51.19 | - |
| YUV | 129.12 | 160.09 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 165 | 186 | 0.80 | 0.11 | 0 | 0.27 | 188.46 | 0.67 | 0.44 |
| Hex | 25 | A5 | BA | 50 | B | 0 | 1B | BC | 43 | 2C |
| Octal | 45 | 245 | 272 | 120 | 13 | 0 | 33 | 274 | 103 | 54 |
| Binary | 100101 | 10100101 | 10111010 | 1010000 | 1011 | 0 | 11011 | 10111100 | 1000011 | 101100 |
Color Harmonies of #25A5BA
Complementary color
Monochromatic Colors of #25A5BA
Black with #25A5BA
Text Example
Text Example
White with #25A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A5BA; }
p { color: rgb(37,165,186); }
H1.HeaderClassName
{
color: #25A5BA;
}
.AnyTagClassName
{
color: #25A5BA;
}
</style>
background-color css
<style>
a { background-color: #25A5BA; }
a { background-color: rgb(37,165,186); }
div.DivClassName
{
background-color: #25A5BA;
}
.BgClassName
{
background-color: #25A5BA;
}
</style>
border-color css
<style>
span { border-color: #25A5BA; }
span { border-color: rgb(37,165,186); }
td.TdClassName
{
border-color: #25A5BA;
}
.TagClassName
{
border-color: #25A5BA;
}
</style>