Shades of Pelorous #25AFC3
Tints of Pelorous #25AFC3
RGB
CMYK
RGB Variations
Color information
#25AFC3 (or 0x25AFC3) is known color: Pelorous. HEX triplet: 25, AF and C3. RGB value is (37,175,195). Sum of RGB (Red+Green+Blue) = 37+175+195=407 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.09% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #25AFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFC3 is #DA503C. Grayscale: #878787. Windows color (decimal): -14307389 or 12824357. OLE color: 12824357.
HSL color Cylindrical-coordinate representation of color #25AFC3: hue angle of 187.59º 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 #25AFC3 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 175 | 195 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.24 |
| HSL | 187.59º | 0.68% | 0.45% | - |
| HSV(B) | 187.59º | 0.81% | 0.76% | - |
| XYZ | 25.94 | 34.99 | 57.02 | - |
| YUV | 136.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 195 | 0.81 | 0.10 | 0 | 0.24 | 187.59 | 0.68 | 0.45 |
| Hex | 25 | AF | C3 | 51 | A | 0 | 18 | BC | 44 | 2D |
| Octal | 45 | 257 | 303 | 121 | 12 | 0 | 30 | 274 | 104 | 55 |
| Binary | 100101 | 10101111 | 11000011 | 1010001 | 1010 | 0 | 11000 | 10111100 | 1000100 | 101101 |
Color Harmonies of #25AFC3
Complementary color
Monochromatic Colors of #25AFC3
Black with #25AFC3
Text Example
Text Example
White with #25AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFC3; }
p { color: rgb(37,175,195); }
H1.HeaderClassName
{
color: #25AFC3;
}
.AnyTagClassName
{
color: #25AFC3;
}
</style>
background-color css
<style>
a { background-color: #25AFC3; }
a { background-color: rgb(37,175,195); }
div.DivClassName
{
background-color: #25AFC3;
}
.BgClassName
{
background-color: #25AFC3;
}
</style>
border-color css
<style>
span { border-color: #25AFC3; }
span { border-color: rgb(37,175,195); }
td.TdClassName
{
border-color: #25AFC3;
}
.TagClassName
{
border-color: #25AFC3;
}
</style>