Shades of Pelorous #25A8CA
Tints of Pelorous #25A8CA
RGB
CMYK
RGB Variations
Color information
#25A8CA (or 0x25A8CA) is known color: Pelorous. HEX triplet: 25, A8 and CA. RGB value is (37,168,202). Sum of RGB (Red+Green+Blue) = 37+168+202=407 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.09% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #25A8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8CA is #DA5735. Grayscale: #848484. Windows color (decimal): -14309174 or 13281317. OLE color: 13281317.
HSL color Cylindrical-coordinate representation of color #25A8CA: hue angle of 192.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25A8CA is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 168 | 202 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.21 |
| HSL | 192.36º | 0.69% | 0.47% | - |
| HSV(B) | 192.36º | 0.82% | 0.79% | - |
| XYZ | 25.43 | 32.66 | 60.84 | - |
| YUV | 132.71 | 167.1 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 202 | 0.82 | 0.17 | 0 | 0.21 | 192.36 | 0.69 | 0.47 |
| Hex | 25 | A8 | CA | 52 | 11 | 0 | 15 | C0 | 45 | 2F |
| Octal | 45 | 250 | 312 | 122 | 21 | 0 | 25 | 300 | 105 | 57 |
| Binary | 100101 | 10101000 | 11001010 | 1010010 | 10001 | 0 | 10101 | 11000000 | 1000101 | 101111 |
Color Harmonies of #25A8CA
Complementary color
Monochromatic Colors of #25A8CA
Black with #25A8CA
Text Example
Text Example
White with #25A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8CA; }
p { color: rgb(37,168,202); }
H1.HeaderClassName
{
color: #25A8CA;
}
.AnyTagClassName
{
color: #25A8CA;
}
</style>
background-color css
<style>
a { background-color: #25A8CA; }
a { background-color: rgb(37,168,202); }
div.DivClassName
{
background-color: #25A8CA;
}
.BgClassName
{
background-color: #25A8CA;
}
</style>
border-color css
<style>
span { border-color: #25A8CA; }
span { border-color: rgb(37,168,202); }
td.TdClassName
{
border-color: #25A8CA;
}
.TagClassName
{
border-color: #25A8CA;
}
</style>