Shades of Pelorous #2B8FAD
Tints of Pelorous #2B8FAD
RGB
CMYK
RGB Variations
Color information
#2B8FAD (or 0x2B8FAD) is known color: Pelorous. HEX triplet: 2B, 8F and AD. RGB value is (43,143,173). Sum of RGB (Red+Green+Blue) = 43+143+173=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B8FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8FAD is #D47052. Grayscale: #747474. Windows color (decimal): -13922387 or 11374379. OLE color: 11374379.
HSL color Cylindrical-coordinate representation of color #2B8FAD: hue angle of 193.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8FAD is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 143 | 173 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.32 |
| HSL | 193.85º | 0.6% | 0.42% | - |
| HSV(B) | 193.85º | 0.75% | 0.68% | - |
| XYZ | 18.36 | 23.18 | 43.04 | - |
| YUV | 116.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 173 | 0.75 | 0.17 | 0 | 0.32 | 193.85 | 0.6 | 0.42 |
| Hex | 2B | 8F | AD | 4B | 11 | 0 | 20 | C2 | 3C | 2A |
| Octal | 53 | 217 | 255 | 113 | 21 | 0 | 40 | 302 | 74 | 52 |
| Binary | 101011 | 10001111 | 10101101 | 1001011 | 10001 | 0 | 100000 | 11000010 | 111100 | 101010 |
Color Harmonies of #2B8FAD
Complementary color
Monochromatic Colors of #2B8FAD
Black with #2B8FAD
Text Example
Text Example
White with #2B8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8FAD; }
p { color: rgb(43,143,173); }
H1.HeaderClassName
{
color: #2B8FAD;
}
.AnyTagClassName
{
color: #2B8FAD;
}
</style>
background-color css
<style>
a { background-color: #2B8FAD; }
a { background-color: rgb(43,143,173); }
div.DivClassName
{
background-color: #2B8FAD;
}
.BgClassName
{
background-color: #2B8FAD;
}
</style>
border-color css
<style>
span { border-color: #2B8FAD; }
span { border-color: rgb(43,143,173); }
td.TdClassName
{
border-color: #2B8FAD;
}
.TagClassName
{
border-color: #2B8FAD;
}
</style>