Shades of Pelorous #25A8BF
Tints of Pelorous #25A8BF
RGB
CMYK
RGB Variations
Color information
#25A8BF (or 0x25A8BF) is known color: Pelorous. HEX triplet: 25, A8 and BF. RGB value is (37,168,191). Sum of RGB (Red+Green+Blue) = 37+168+191=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #25A8BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8BF is #DA5740. Grayscale: #838383. Windows color (decimal): -14309185 or 12560421. OLE color: 12560421.
HSL color Cylindrical-coordinate representation of color #25A8BF: hue angle of 188.96º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25A8BF is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 168 | 191 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.25 |
| HSL | 188.96º | 0.68% | 0.45% | - |
| HSV(B) | 188.96º | 0.81% | 0.75% | - |
| XYZ | 24.17 | 32.16 | 54.22 | - |
| YUV | 131.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 191 | 0.81 | 0.12 | 0 | 0.25 | 188.96 | 0.68 | 0.45 |
| Hex | 25 | A8 | BF | 51 | C | 0 | 19 | BD | 44 | 2D |
| Octal | 45 | 250 | 277 | 121 | 14 | 0 | 31 | 275 | 104 | 55 |
| Binary | 100101 | 10101000 | 10111111 | 1010001 | 1100 | 0 | 11001 | 10111101 | 1000100 | 101101 |
Color Harmonies of #25A8BF
Complementary color
Monochromatic Colors of #25A8BF
Black with #25A8BF
Text Example
Text Example
White with #25A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8BF; }
p { color: rgb(37,168,191); }
H1.HeaderClassName
{
color: #25A8BF;
}
.AnyTagClassName
{
color: #25A8BF;
}
</style>
background-color css
<style>
a { background-color: #25A8BF; }
a { background-color: rgb(37,168,191); }
div.DivClassName
{
background-color: #25A8BF;
}
.BgClassName
{
background-color: #25A8BF;
}
</style>
border-color css
<style>
span { border-color: #25A8BF; }
span { border-color: rgb(37,168,191); }
td.TdClassName
{
border-color: #25A8BF;
}
.TagClassName
{
border-color: #25A8BF;
}
</style>