Shades of Pelorous #2D9BBF
Tints of Pelorous #2D9BBF
RGB
CMYK
RGB Variations
Color information
#2D9BBF (or 0x2D9BBF) is known color: Pelorous. HEX triplet: 2D, 9B and BF. RGB value is (45,155,191). Sum of RGB (Red+Green+Blue) = 45+155+191=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D9BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9BBF is #D26440. Grayscale: #7D7D7D. Windows color (decimal): -13788225 or 12557101. OLE color: 12557101.
HSL color Cylindrical-coordinate representation of color #2D9BBF: hue angle of 194.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9BBF is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 155 | 191 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.25 |
| HSL | 194.79º | 0.62% | 0.46% | - |
| HSV(B) | 194.79º | 0.76% | 0.75% | - |
| XYZ | 22.21 | 27.76 | 53.48 | - |
| YUV | 126.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 191 | 0.76 | 0.19 | 0 | 0.25 | 194.79 | 0.62 | 0.46 |
| Hex | 2D | 9B | BF | 4C | 13 | 0 | 19 | C3 | 3E | 2E |
| Octal | 55 | 233 | 277 | 114 | 23 | 0 | 31 | 303 | 76 | 56 |
| Binary | 101101 | 10011011 | 10111111 | 1001100 | 10011 | 0 | 11001 | 11000011 | 111110 | 101110 |
Color Harmonies of #2D9BBF
Complementary color
Monochromatic Colors of #2D9BBF
Black with #2D9BBF
Text Example
Text Example
White with #2D9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9BBF; }
p { color: rgb(45,155,191); }
H1.HeaderClassName
{
color: #2D9BBF;
}
.AnyTagClassName
{
color: #2D9BBF;
}
</style>
background-color css
<style>
a { background-color: #2D9BBF; }
a { background-color: rgb(45,155,191); }
div.DivClassName
{
background-color: #2D9BBF;
}
.BgClassName
{
background-color: #2D9BBF;
}
</style>
border-color css
<style>
span { border-color: #2D9BBF; }
span { border-color: rgb(45,155,191); }
td.TdClassName
{
border-color: #2D9BBF;
}
.TagClassName
{
border-color: #2D9BBF;
}
</style>