Shades of Pelorous #25A4CC
Tints of Pelorous #25A4CC
RGB
CMYK
RGB Variations
Color information
#25A4CC (or 0x25A4CC) is known color: Pelorous. HEX triplet: 25, A4 and CC. RGB value is (37,164,204). Sum of RGB (Red+Green+Blue) = 37+164+204=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #25A4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A4CC is #DA5B33. Grayscale: #828282. Windows color (decimal): -14310196 or 13411365. OLE color: 13411365.
HSL color Cylindrical-coordinate representation of color #25A4CC: hue angle of 194.37º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25A4CC is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 164 | 204 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.2 |
| HSL | 194.37º | 0.69% | 0.47% | - |
| HSV(B) | 194.37º | 0.82% | 0.8% | - |
| XYZ | 24.94 | 31.3 | 61.85 | - |
| YUV | 130.59 | 169.42 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 164 | 204 | 0.82 | 0.20 | 0 | 0.2 | 194.37 | 0.69 | 0.47 |
| Hex | 25 | A4 | CC | 52 | 14 | 0 | 14 | C2 | 45 | 2F |
| Octal | 45 | 244 | 314 | 122 | 24 | 0 | 24 | 302 | 105 | 57 |
| Binary | 100101 | 10100100 | 11001100 | 1010010 | 10100 | 0 | 10100 | 11000010 | 1000101 | 101111 |
Color Harmonies of #25A4CC
Complementary color
Monochromatic Colors of #25A4CC
Black with #25A4CC
Text Example
Text Example
White with #25A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A4CC; }
p { color: rgb(37,164,204); }
H1.HeaderClassName
{
color: #25A4CC;
}
.AnyTagClassName
{
color: #25A4CC;
}
</style>
background-color css
<style>
a { background-color: #25A4CC; }
a { background-color: rgb(37,164,204); }
div.DivClassName
{
background-color: #25A4CC;
}
.BgClassName
{
background-color: #25A4CC;
}
</style>
border-color css
<style>
span { border-color: #25A4CC; }
span { border-color: rgb(37,164,204); }
td.TdClassName
{
border-color: #25A4CC;
}
.TagClassName
{
border-color: #25A4CC;
}
</style>