Shades of Pelorous #2BAFC4
Tints of Pelorous #2BAFC4
RGB
CMYK
RGB Variations
Color information
#2BAFC4 (or 0x2BAFC4) is known color: Pelorous. HEX triplet: 2B, AF and C4. RGB value is (43,175,196). Sum of RGB (Red+Green+Blue) = 43+175+196=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #2BAFC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFC4 is #D4503B. Grayscale: #898989. Windows color (decimal): -13914172 or 12889899. OLE color: 12889899.
HSL color Cylindrical-coordinate representation of color #2BAFC4: hue angle of 188.24º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAFC4 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 175 | 196 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.23 |
| HSL | 188.24º | 0.64% | 0.47% | - |
| HSV(B) | 188.24º | 0.78% | 0.77% | - |
| XYZ | 26.29 | 35.16 | 57.63 | - |
| YUV | 137.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 196 | 0.78 | 0.11 | 0 | 0.23 | 188.24 | 0.64 | 0.47 |
| Hex | 2B | AF | C4 | 4E | B | 0 | 17 | BC | 40 | 2F |
| Octal | 53 | 257 | 304 | 116 | 13 | 0 | 27 | 274 | 100 | 57 |
| Binary | 101011 | 10101111 | 11000100 | 1001110 | 1011 | 0 | 10111 | 10111100 | 1000000 | 101111 |
Color Harmonies of #2BAFC4
Complementary color
Monochromatic Colors of #2BAFC4
Black with #2BAFC4
Text Example
Text Example
White with #2BAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFC4; }
p { color: rgb(43,175,196); }
H1.HeaderClassName
{
color: #2BAFC4;
}
.AnyTagClassName
{
color: #2BAFC4;
}
</style>
background-color css
<style>
a { background-color: #2BAFC4; }
a { background-color: rgb(43,175,196); }
div.DivClassName
{
background-color: #2BAFC4;
}
.BgClassName
{
background-color: #2BAFC4;
}
</style>
border-color css
<style>
span { border-color: #2BAFC4; }
span { border-color: rgb(43,175,196); }
td.TdClassName
{
border-color: #2BAFC4;
}
.TagClassName
{
border-color: #2BAFC4;
}
</style>