Shades of Pelorous #25A8BD
Tints of Pelorous #25A8BD
RGB
CMYK
RGB Variations
Color information
#25A8BD (or 0x25A8BD) is known color: Pelorous. HEX triplet: 25, A8 and BD. RGB value is (37,168,189). Sum of RGB (Red+Green+Blue) = 37+168+189=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #25A8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8BD is #DA5742. Grayscale: #838383. Windows color (decimal): -14309187 or 12429349. OLE color: 12429349.
HSL color Cylindrical-coordinate representation of color #25A8BD: hue angle of 188.29º 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 #25A8BD is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 168 | 189 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.26 |
| HSL | 188.29º | 0.67% | 0.44% | - |
| HSV(B) | 188.29º | 0.8% | 0.74% | - |
| XYZ | 23.95 | 32.07 | 53.07 | - |
| YUV | 131.23 | 160.6 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 189 | 0.80 | 0.11 | 0 | 0.26 | 188.29 | 0.67 | 0.44 |
| Hex | 25 | A8 | BD | 50 | B | 0 | 1A | BC | 43 | 2C |
| Octal | 45 | 250 | 275 | 120 | 13 | 0 | 32 | 274 | 103 | 54 |
| Binary | 100101 | 10101000 | 10111101 | 1010000 | 1011 | 0 | 11010 | 10111100 | 1000011 | 101100 |
Color Harmonies of #25A8BD
Complementary color
Monochromatic Colors of #25A8BD
Black with #25A8BD
Text Example
Text Example
White with #25A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8BD; }
p { color: rgb(37,168,189); }
H1.HeaderClassName
{
color: #25A8BD;
}
.AnyTagClassName
{
color: #25A8BD;
}
</style>
background-color css
<style>
a { background-color: #25A8BD; }
a { background-color: rgb(37,168,189); }
div.DivClassName
{
background-color: #25A8BD;
}
.BgClassName
{
background-color: #25A8BD;
}
</style>
border-color css
<style>
span { border-color: #25A8BD; }
span { border-color: rgb(37,168,189); }
td.TdClassName
{
border-color: #25A8BD;
}
.TagClassName
{
border-color: #25A8BD;
}
</style>