Shades of Pelorous #2A9BCA
Tints of Pelorous #2A9BCA
RGB
CMYK
RGB Variations
Color information
#2A9BCA (or 0x2A9BCA) is known color: Pelorous. HEX triplet: 2A, 9B and CA. RGB value is (42,155,202). Sum of RGB (Red+Green+Blue) = 42+155+202=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A9BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9BCA is #D56435. Grayscale: #7E7E7E. Windows color (decimal): -13984822 or 13277994. OLE color: 13277994.
HSL color Cylindrical-coordinate representation of color #2A9BCA: hue angle of 197.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A9BCA is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 155 | 202 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.21 |
| HSL | 197.63º | 0.66% | 0.48% | - |
| HSV(B) | 197.63º | 0.79% | 0.79% | - |
| XYZ | 23.34 | 28.2 | 60.09 | - |
| YUV | 126.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 202 | 0.79 | 0.23 | 0 | 0.21 | 197.63 | 0.66 | 0.48 |
| Hex | 2A | 9B | CA | 4F | 17 | 0 | 15 | C6 | 42 | 30 |
| Octal | 52 | 233 | 312 | 117 | 27 | 0 | 25 | 306 | 102 | 60 |
| Binary | 101010 | 10011011 | 11001010 | 1001111 | 10111 | 0 | 10101 | 11000110 | 1000010 | 110000 |
Color Harmonies of #2A9BCA
Complementary color
Monochromatic Colors of #2A9BCA
Black with #2A9BCA
Text Example
Text Example
White with #2A9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9BCA; }
p { color: rgb(42,155,202); }
H1.HeaderClassName
{
color: #2A9BCA;
}
.AnyTagClassName
{
color: #2A9BCA;
}
</style>
background-color css
<style>
a { background-color: #2A9BCA; }
a { background-color: rgb(42,155,202); }
div.DivClassName
{
background-color: #2A9BCA;
}
.BgClassName
{
background-color: #2A9BCA;
}
</style>
border-color css
<style>
span { border-color: #2A9BCA; }
span { border-color: rgb(42,155,202); }
td.TdClassName
{
border-color: #2A9BCA;
}
.TagClassName
{
border-color: #2A9BCA;
}
</style>