Shades of Pelorous #2C9FBD
Tints of Pelorous #2C9FBD
RGB
CMYK
RGB Variations
Color information
#2C9FBD (or 0x2C9FBD) is known color: Pelorous. HEX triplet: 2C, 9F and BD. RGB value is (44,159,189). Sum of RGB (Red+Green+Blue) = 44+159+189=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C9FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9FBD is #D36042. Grayscale: #7F7F7F. Windows color (decimal): -13852739 or 12427052. OLE color: 12427052.
HSL color Cylindrical-coordinate representation of color #2C9FBD: hue angle of 192.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C9FBD is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 159 | 189 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.26 |
| HSL | 192.41º | 0.62% | 0.46% | - |
| HSV(B) | 192.41º | 0.77% | 0.74% | - |
| XYZ | 22.62 | 29.01 | 52.55 | - |
| YUV | 128.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 159 | 189 | 0.77 | 0.16 | 0 | 0.26 | 192.41 | 0.62 | 0.46 |
| Hex | 2C | 9F | BD | 4D | 10 | 0 | 1A | C0 | 3E | 2E |
| Octal | 54 | 237 | 275 | 115 | 20 | 0 | 32 | 300 | 76 | 56 |
| Binary | 101100 | 10011111 | 10111101 | 1001101 | 10000 | 0 | 11010 | 11000000 | 111110 | 101110 |
Color Harmonies of #2C9FBD
Complementary color
Monochromatic Colors of #2C9FBD
Black with #2C9FBD
Text Example
Text Example
White with #2C9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9FBD; }
p { color: rgb(44,159,189); }
H1.HeaderClassName
{
color: #2C9FBD;
}
.AnyTagClassName
{
color: #2C9FBD;
}
</style>
background-color css
<style>
a { background-color: #2C9FBD; }
a { background-color: rgb(44,159,189); }
div.DivClassName
{
background-color: #2C9FBD;
}
.BgClassName
{
background-color: #2C9FBD;
}
</style>
border-color css
<style>
span { border-color: #2C9FBD; }
span { border-color: rgb(44,159,189); }
td.TdClassName
{
border-color: #2C9FBD;
}
.TagClassName
{
border-color: #2C9FBD;
}
</style>