Shades of Pelorous #2AAFC3
Tints of Pelorous #2AAFC3
RGB
CMYK
RGB Variations
Color information
#2AAFC3 (or 0x2AAFC3) is known color: Pelorous. HEX triplet: 2A, AF and C3. RGB value is (42,175,195). Sum of RGB (Red+Green+Blue) = 42+175+195=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #2AAFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFC3 is #D5503C. Grayscale: #898989. Windows color (decimal): -13979709 or 12824362. OLE color: 12824362.
HSL color Cylindrical-coordinate representation of color #2AAFC3: hue angle of 187.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAFC3 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 175 | 195 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.24 |
| HSL | 187.84º | 0.65% | 0.46% | - |
| HSV(B) | 187.84º | 0.78% | 0.76% | - |
| XYZ | 26.14 | 35.09 | 57.03 | - |
| YUV | 137.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 195 | 0.78 | 0.10 | 0 | 0.24 | 187.84 | 0.65 | 0.46 |
| Hex | 2A | AF | C3 | 4E | A | 0 | 18 | BC | 41 | 2E |
| Octal | 52 | 257 | 303 | 116 | 12 | 0 | 30 | 274 | 101 | 56 |
| Binary | 101010 | 10101111 | 11000011 | 1001110 | 1010 | 0 | 11000 | 10111100 | 1000001 | 101110 |
Color Harmonies of #2AAFC3
Complementary color
Monochromatic Colors of #2AAFC3
Black with #2AAFC3
Text Example
Text Example
White with #2AAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAFC3; }
p { color: rgb(42,175,195); }
H1.HeaderClassName
{
color: #2AAFC3;
}
.AnyTagClassName
{
color: #2AAFC3;
}
</style>
background-color css
<style>
a { background-color: #2AAFC3; }
a { background-color: rgb(42,175,195); }
div.DivClassName
{
background-color: #2AAFC3;
}
.BgClassName
{
background-color: #2AAFC3;
}
</style>
border-color css
<style>
span { border-color: #2AAFC3; }
span { border-color: rgb(42,175,195); }
td.TdClassName
{
border-color: #2AAFC3;
}
.TagClassName
{
border-color: #2AAFC3;
}
</style>