Shades of Pelorous #2A9FBC
Tints of Pelorous #2A9FBC
RGB
CMYK
RGB Variations
Color information
#2A9FBC (or 0x2A9FBC) is known color: Pelorous. HEX triplet: 2A, 9F and BC. RGB value is (42,159,188). Sum of RGB (Red+Green+Blue) = 42+159+188=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9FBC is #D56043. Grayscale: #7F7F7F. Windows color (decimal): -13983812 or 12361514. OLE color: 12361514.
HSL color Cylindrical-coordinate representation of color #2A9FBC: hue angle of 191.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A9FBC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 159 | 188 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.26 |
| HSL | 191.92º | 0.63% | 0.45% | - |
| HSV(B) | 191.92º | 0.78% | 0.74% | - |
| XYZ | 22.43 | 28.92 | 51.98 | - |
| YUV | 127.32 | 162.24 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 188 | 0.78 | 0.15 | 0 | 0.26 | 191.92 | 0.63 | 0.45 |
| Hex | 2A | 9F | BC | 4E | F | 0 | 1A | C0 | 3F | 2D |
| Octal | 52 | 237 | 274 | 116 | 17 | 0 | 32 | 300 | 77 | 55 |
| Binary | 101010 | 10011111 | 10111100 | 1001110 | 1111 | 0 | 11010 | 11000000 | 111111 | 101101 |
Color Harmonies of #2A9FBC
Complementary color
Monochromatic Colors of #2A9FBC
Black with #2A9FBC
Text Example
Text Example
White with #2A9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9FBC; }
p { color: rgb(42,159,188); }
H1.HeaderClassName
{
color: #2A9FBC;
}
.AnyTagClassName
{
color: #2A9FBC;
}
</style>
background-color css
<style>
a { background-color: #2A9FBC; }
a { background-color: rgb(42,159,188); }
div.DivClassName
{
background-color: #2A9FBC;
}
.BgClassName
{
background-color: #2A9FBC;
}
</style>
border-color css
<style>
span { border-color: #2A9FBC; }
span { border-color: rgb(42,159,188); }
td.TdClassName
{
border-color: #2A9FBC;
}
.TagClassName
{
border-color: #2A9FBC;
}
</style>