Shades of Pelorous #25A8C4
Tints of Pelorous #25A8C4
RGB
CMYK
RGB Variations
Color information
#25A8C4 (or 0x25A8C4) is known color: Pelorous. HEX triplet: 25, A8 and C4. RGB value is (37,168,196). Sum of RGB (Red+Green+Blue) = 37+168+196=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #25A8C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8C4 is #DA573B. Grayscale: #838383. Windows color (decimal): -14309180 or 12888101. OLE color: 12888101.
HSL color Cylindrical-coordinate representation of color #25A8C4: hue angle of 190.57º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25A8C4 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 168 | 196 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.23 |
| HSL | 190.57º | 0.68% | 0.46% | - |
| HSV(B) | 190.57º | 0.81% | 0.77% | - |
| XYZ | 24.73 | 32.38 | 57.17 | - |
| YUV | 132.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 196 | 0.81 | 0.14 | 0 | 0.23 | 190.57 | 0.68 | 0.46 |
| Hex | 25 | A8 | C4 | 51 | E | 0 | 17 | BF | 44 | 2E |
| Octal | 45 | 250 | 304 | 121 | 16 | 0 | 27 | 277 | 104 | 56 |
| Binary | 100101 | 10101000 | 11000100 | 1010001 | 1110 | 0 | 10111 | 10111111 | 1000100 | 101110 |
Color Harmonies of #25A8C4
Complementary color
Monochromatic Colors of #25A8C4
Black with #25A8C4
Text Example
Text Example
White with #25A8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8C4; }
p { color: rgb(37,168,196); }
H1.HeaderClassName
{
color: #25A8C4;
}
.AnyTagClassName
{
color: #25A8C4;
}
</style>
background-color css
<style>
a { background-color: #25A8C4; }
a { background-color: rgb(37,168,196); }
div.DivClassName
{
background-color: #25A8C4;
}
.BgClassName
{
background-color: #25A8C4;
}
</style>
border-color css
<style>
span { border-color: #25A8C4; }
span { border-color: rgb(37,168,196); }
td.TdClassName
{
border-color: #25A8C4;
}
.TagClassName
{
border-color: #25A8C4;
}
</style>