Shades of Pelorous #25ADC1
Tints of Pelorous #25ADC1
RGB
CMYK
RGB Variations
Color information
#25ADC1 (or 0x25ADC1) is known color: Pelorous. HEX triplet: 25, AD and C1. RGB value is (37,173,193). Sum of RGB (Red+Green+Blue) = 37+173+193=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #25ADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ADC1 is #DA523E. Grayscale: #868686. Windows color (decimal): -14307903 or 12692773. OLE color: 12692773.
HSL color Cylindrical-coordinate representation of color #25ADC1: hue angle of 187.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25ADC1 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 173 | 193 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.24 |
| HSL | 187.69º | 0.68% | 0.45% | - |
| HSV(B) | 187.69º | 0.81% | 0.76% | - |
| XYZ | 25.33 | 34.13 | 55.7 | - |
| YUV | 134.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 193 | 0.81 | 0.10 | 0 | 0.24 | 187.69 | 0.68 | 0.45 |
| Hex | 25 | AD | C1 | 51 | A | 0 | 18 | BC | 44 | 2D |
| Octal | 45 | 255 | 301 | 121 | 12 | 0 | 30 | 274 | 104 | 55 |
| Binary | 100101 | 10101101 | 11000001 | 1010001 | 1010 | 0 | 11000 | 10111100 | 1000100 | 101101 |
Color Harmonies of #25ADC1
Complementary color
Monochromatic Colors of #25ADC1
Black with #25ADC1
Text Example
Text Example
White with #25ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADC1; }
p { color: rgb(37,173,193); }
H1.HeaderClassName
{
color: #25ADC1;
}
.AnyTagClassName
{
color: #25ADC1;
}
</style>
background-color css
<style>
a { background-color: #25ADC1; }
a { background-color: rgb(37,173,193); }
div.DivClassName
{
background-color: #25ADC1;
}
.BgClassName
{
background-color: #25ADC1;
}
</style>
border-color css
<style>
span { border-color: #25ADC1; }
span { border-color: rgb(37,173,193); }
td.TdClassName
{
border-color: #25ADC1;
}
.TagClassName
{
border-color: #25ADC1;
}
</style>