Shades of Pelorous #2BAFC1
Tints of Pelorous #2BAFC1
RGB
CMYK
RGB Variations
Color information
#2BAFC1 (or 0x2BAFC1) is known color: Pelorous. HEX triplet: 2B, AF and C1. RGB value is (43,175,193). Sum of RGB (Red+Green+Blue) = 43+175+193=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #2BAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFC1 is #D4503E. Grayscale: #898989. Windows color (decimal): -13914175 or 12693291. OLE color: 12693291.
HSL color Cylindrical-coordinate representation of color #2BAFC1: hue angle of 187.2º degrees, saturation: 0.64, 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 #2BAFC1 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 175 | 193 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.24 |
| HSL | 187.2º | 0.64% | 0.46% | - |
| HSV(B) | 187.2º | 0.78% | 0.76% | - |
| XYZ | 25.95 | 35.02 | 55.84 | - |
| YUV | 137.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 193 | 0.78 | 0.09 | 0 | 0.24 | 187.2 | 0.64 | 0.46 |
| Hex | 2B | AF | C1 | 4E | 9 | 0 | 18 | BB | 40 | 2E |
| Octal | 53 | 257 | 301 | 116 | 11 | 0 | 30 | 273 | 100 | 56 |
| Binary | 101011 | 10101111 | 11000001 | 1001110 | 1001 | 0 | 11000 | 10111011 | 1000000 | 101110 |
Color Harmonies of #2BAFC1
Complementary color
Monochromatic Colors of #2BAFC1
Black with #2BAFC1
Text Example
Text Example
White with #2BAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFC1; }
p { color: rgb(43,175,193); }
H1.HeaderClassName
{
color: #2BAFC1;
}
.AnyTagClassName
{
color: #2BAFC1;
}
</style>
background-color css
<style>
a { background-color: #2BAFC1; }
a { background-color: rgb(43,175,193); }
div.DivClassName
{
background-color: #2BAFC1;
}
.BgClassName
{
background-color: #2BAFC1;
}
</style>
border-color css
<style>
span { border-color: #2BAFC1; }
span { border-color: rgb(43,175,193); }
td.TdClassName
{
border-color: #2BAFC1;
}
.TagClassName
{
border-color: #2BAFC1;
}
</style>