Shades of Pelorous #2BA6C3
Tints of Pelorous #2BA6C3
RGB
CMYK
RGB Variations
Color information
#2BA6C3 (or 0x2BA6C3) is known color: Pelorous. HEX triplet: 2B, A6 and C3. RGB value is (43,166,195). Sum of RGB (Red+Green+Blue) = 43+166+195=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #2BA6C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA6C3 is #D4593C. Grayscale: #848484. Windows color (decimal): -13916477 or 12822059. OLE color: 12822059.
HSL color Cylindrical-coordinate representation of color #2BA6C3: hue angle of 191.45º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BA6C3 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 166 | 195 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.24 |
| HSL | 191.45º | 0.64% | 0.47% | - |
| HSV(B) | 191.45º | 0.78% | 0.76% | - |
| XYZ | 24.48 | 31.73 | 56.46 | - |
| YUV | 132.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 195 | 0.78 | 0.15 | 0 | 0.24 | 191.45 | 0.64 | 0.47 |
| Hex | 2B | A6 | C3 | 4E | F | 0 | 18 | BF | 40 | 2F |
| Octal | 53 | 246 | 303 | 116 | 17 | 0 | 30 | 277 | 100 | 57 |
| Binary | 101011 | 10100110 | 11000011 | 1001110 | 1111 | 0 | 11000 | 10111111 | 1000000 | 101111 |
Color Harmonies of #2BA6C3
Complementary color
Monochromatic Colors of #2BA6C3
Black with #2BA6C3
Text Example
Text Example
White with #2BA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA6C3; }
p { color: rgb(43,166,195); }
H1.HeaderClassName
{
color: #2BA6C3;
}
.AnyTagClassName
{
color: #2BA6C3;
}
</style>
background-color css
<style>
a { background-color: #2BA6C3; }
a { background-color: rgb(43,166,195); }
div.DivClassName
{
background-color: #2BA6C3;
}
.BgClassName
{
background-color: #2BA6C3;
}
</style>
border-color css
<style>
span { border-color: #2BA6C3; }
span { border-color: rgb(43,166,195); }
td.TdClassName
{
border-color: #2BA6C3;
}
.TagClassName
{
border-color: #2BA6C3;
}
</style>