Shades of Pelorous #33A6BD
Tints of Pelorous #33A6BD
RGB
CMYK
RGB Variations
Color information
#33A6BD (or 0x33A6BD) is known color: Pelorous. HEX triplet: 33, A6 and BD. RGB value is (51,166,189). Sum of RGB (Red+Green+Blue) = 51+166+189=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #33A6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A6BD is #CC5942. Grayscale: #868686. Windows color (decimal): -13392195 or 12428851. OLE color: 12428851.
HSL color Cylindrical-coordinate representation of color #33A6BD: hue angle of 190º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A6BD is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 166 | 189 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.26 |
| HSL | 190º | 0.58% | 0.47% | - |
| HSV(B) | 190º | 0.73% | 0.74% | - |
| XYZ | 24.19 | 31.65 | 52.98 | - |
| YUV | 134.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 189 | 0.73 | 0.12 | 0 | 0.26 | 190 | 0.58 | 0.47 |
| Hex | 33 | A6 | BD | 49 | C | 0 | 1A | BE | 3A | 2F |
| Octal | 63 | 246 | 275 | 111 | 14 | 0 | 32 | 276 | 72 | 57 |
| Binary | 110011 | 10100110 | 10111101 | 1001001 | 1100 | 0 | 11010 | 10111110 | 111010 | 101111 |
Color Harmonies of #33A6BD
Complementary color
Monochromatic Colors of #33A6BD
Black with #33A6BD
Text Example
Text Example
White with #33A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A6BD; }
p { color: rgb(51,166,189); }
H1.HeaderClassName
{
color: #33A6BD;
}
.AnyTagClassName
{
color: #33A6BD;
}
</style>
background-color css
<style>
a { background-color: #33A6BD; }
a { background-color: rgb(51,166,189); }
div.DivClassName
{
background-color: #33A6BD;
}
.BgClassName
{
background-color: #33A6BD;
}
</style>
border-color css
<style>
span { border-color: #33A6BD; }
span { border-color: rgb(51,166,189); }
td.TdClassName
{
border-color: #33A6BD;
}
.TagClassName
{
border-color: #33A6BD;
}
</style>