Shades of Pelorous #25A3BE
Tints of Pelorous #25A3BE
RGB
CMYK
RGB Variations
Color information
#25A3BE (or 0x25A3BE) is known color: Pelorous. HEX triplet: 25, A3 and BE. RGB value is (37,163,190). Sum of RGB (Red+Green+Blue) = 37+163+190=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #25A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A3BE is #DA5C41. Grayscale: #808080. Windows color (decimal): -14310466 or 12493605. OLE color: 12493605.
HSL color Cylindrical-coordinate representation of color #25A3BE: hue angle of 190.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25A3BE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 163 | 190 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.25 |
| HSL | 190.59º | 0.67% | 0.45% | - |
| HSV(B) | 190.59º | 0.81% | 0.75% | - |
| XYZ | 23.15 | 30.31 | 53.34 | - |
| YUV | 128.4 | 162.76 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 163 | 190 | 0.81 | 0.14 | 0 | 0.25 | 190.59 | 0.67 | 0.45 |
| Hex | 25 | A3 | BE | 51 | E | 0 | 19 | BF | 43 | 2D |
| Octal | 45 | 243 | 276 | 121 | 16 | 0 | 31 | 277 | 103 | 55 |
| Binary | 100101 | 10100011 | 10111110 | 1010001 | 1110 | 0 | 11001 | 10111111 | 1000011 | 101101 |
Color Harmonies of #25A3BE
Complementary color
Monochromatic Colors of #25A3BE
Black with #25A3BE
Text Example
Text Example
White with #25A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A3BE; }
p { color: rgb(37,163,190); }
H1.HeaderClassName
{
color: #25A3BE;
}
.AnyTagClassName
{
color: #25A3BE;
}
</style>
background-color css
<style>
a { background-color: #25A3BE; }
a { background-color: rgb(37,163,190); }
div.DivClassName
{
background-color: #25A3BE;
}
.BgClassName
{
background-color: #25A3BE;
}
</style>
border-color css
<style>
span { border-color: #25A3BE; }
span { border-color: rgb(37,163,190); }
td.TdClassName
{
border-color: #25A3BE;
}
.TagClassName
{
border-color: #25A3BE;
}
</style>