Shades of Pelorous #25ACC7
Tints of Pelorous #25ACC7
RGB
CMYK
RGB Variations
Color information
#25ACC7 (or 0x25ACC7) is known color: Pelorous. HEX triplet: 25, AC and C7. RGB value is (37,172,199). Sum of RGB (Red+Green+Blue) = 37+172+199=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #25ACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACC7 is #DA5338. Grayscale: #868686. Windows color (decimal): -14308153 or 13085733. OLE color: 13085733.
HSL color Cylindrical-coordinate representation of color #25ACC7: hue angle of 190º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25ACC7 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 172 | 199 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.22 |
| HSL | 190º | 0.69% | 0.46% | - |
| HSV(B) | 190º | 0.81% | 0.78% | - |
| XYZ | 25.82 | 34.02 | 59.24 | - |
| YUV | 134.71 | 164.27 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 199 | 0.81 | 0.14 | 0 | 0.22 | 190 | 0.69 | 0.46 |
| Hex | 25 | AC | C7 | 51 | E | 0 | 16 | BE | 45 | 2E |
| Octal | 45 | 254 | 307 | 121 | 16 | 0 | 26 | 276 | 105 | 56 |
| Binary | 100101 | 10101100 | 11000111 | 1010001 | 1110 | 0 | 10110 | 10111110 | 1000101 | 101110 |
Color Harmonies of #25ACC7
Complementary color
Monochromatic Colors of #25ACC7
Black with #25ACC7
Text Example
Text Example
White with #25ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ACC7; }
p { color: rgb(37,172,199); }
H1.HeaderClassName
{
color: #25ACC7;
}
.AnyTagClassName
{
color: #25ACC7;
}
</style>
background-color css
<style>
a { background-color: #25ACC7; }
a { background-color: rgb(37,172,199); }
div.DivClassName
{
background-color: #25ACC7;
}
.BgClassName
{
background-color: #25ACC7;
}
</style>
border-color css
<style>
span { border-color: #25ACC7; }
span { border-color: rgb(37,172,199); }
td.TdClassName
{
border-color: #25ACC7;
}
.TagClassName
{
border-color: #25ACC7;
}
</style>