Shades of Pelorous #25A8BB
Tints of Pelorous #25A8BB
RGB
CMYK
RGB Variations
Color information
#25A8BB (or 0x25A8BB) is known color: Pelorous. HEX triplet: 25, A8 and BB. RGB value is (37,168,187). Sum of RGB (Red+Green+Blue) = 37+168+187=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #25A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8BB is #DA5744. Grayscale: #828282. Windows color (decimal): -14309189 or 12298277. OLE color: 12298277.
HSL color Cylindrical-coordinate representation of color #25A8BB: hue angle of 187.6º 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 #25A8BB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 168 | 187 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.27 |
| HSL | 187.6º | 0.67% | 0.44% | - |
| HSV(B) | 187.6º | 0.8% | 0.73% | - |
| XYZ | 23.74 | 31.99 | 51.94 | - |
| YUV | 131 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 187 | 0.80 | 0.10 | 0 | 0.27 | 187.6 | 0.67 | 0.44 |
| Hex | 25 | A8 | BB | 50 | A | 0 | 1B | BC | 43 | 2C |
| Octal | 45 | 250 | 273 | 120 | 12 | 0 | 33 | 274 | 103 | 54 |
| Binary | 100101 | 10101000 | 10111011 | 1010000 | 1010 | 0 | 11011 | 10111100 | 1000011 | 101100 |
Color Harmonies of #25A8BB
Complementary color
Monochromatic Colors of #25A8BB
Black with #25A8BB
Text Example
Text Example
White with #25A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8BB; }
p { color: rgb(37,168,187); }
H1.HeaderClassName
{
color: #25A8BB;
}
.AnyTagClassName
{
color: #25A8BB;
}
</style>
background-color css
<style>
a { background-color: #25A8BB; }
a { background-color: rgb(37,168,187); }
div.DivClassName
{
background-color: #25A8BB;
}
.BgClassName
{
background-color: #25A8BB;
}
</style>
border-color css
<style>
span { border-color: #25A8BB; }
span { border-color: rgb(37,168,187); }
td.TdClassName
{
border-color: #25A8BB;
}
.TagClassName
{
border-color: #25A8BB;
}
</style>