Shades of Pelorous #2A9DCB
Tints of Pelorous #2A9DCB
RGB
CMYK
RGB Variations
Color information
#2A9DCB (or 0x2A9DCB) is known color: Pelorous. HEX triplet: 2A, 9D and CB. RGB value is (42,157,203). Sum of RGB (Red+Green+Blue) = 42+157+203=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A9DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9DCB is #D56234. Grayscale: #7F7F7F. Windows color (decimal): -13984309 or 13344042. OLE color: 13344042.
HSL color Cylindrical-coordinate representation of color #2A9DCB: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A9DCB is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 157 | 203 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.20 |
| HSL | 197.14º | 0.66% | 0.48% | - |
| HSV(B) | 197.14º | 0.79% | 0.8% | - |
| XYZ | 23.79 | 28.92 | 60.83 | - |
| YUV | 127.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 203 | 0.79 | 0.23 | 0 | 0.20 | 197.14 | 0.66 | 0.48 |
| Hex | 2A | 9D | CB | 4F | 17 | 0 | 14 | C5 | 42 | 30 |
| Octal | 52 | 235 | 313 | 117 | 27 | 0 | 24 | 305 | 102 | 60 |
| Binary | 101010 | 10011101 | 11001011 | 1001111 | 10111 | 0 | 10100 | 11000101 | 1000010 | 110000 |
Color Harmonies of #2A9DCB
Complementary color
Monochromatic Colors of #2A9DCB
Black with #2A9DCB
Text Example
Text Example
White with #2A9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9DCB; }
p { color: rgb(42,157,203); }
H1.HeaderClassName
{
color: #2A9DCB;
}
.AnyTagClassName
{
color: #2A9DCB;
}
</style>
background-color css
<style>
a { background-color: #2A9DCB; }
a { background-color: rgb(42,157,203); }
div.DivClassName
{
background-color: #2A9DCB;
}
.BgClassName
{
background-color: #2A9DCB;
}
</style>
border-color css
<style>
span { border-color: #2A9DCB; }
span { border-color: rgb(42,157,203); }
td.TdClassName
{
border-color: #2A9DCB;
}
.TagClassName
{
border-color: #2A9DCB;
}
</style>