Shades of Pelorous #28A3BA
Tints of Pelorous #28A3BA
RGB
CMYK
RGB Variations
Color information
#28A3BA (or 0x28A3BA) is known color: Pelorous. HEX triplet: 28, A3 and BA. RGB value is (40,163,186). Sum of RGB (Red+Green+Blue) = 40+163+186=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #28A3BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A3BA is #D75C45. Grayscale: #808080. Windows color (decimal): -14113862 or 12231464. OLE color: 12231464.
HSL color Cylindrical-coordinate representation of color #28A3BA: hue angle of 189.45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28A3BA is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 163 | 186 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.27 |
| HSL | 189.45º | 0.65% | 0.44% | - |
| HSV(B) | 189.45º | 0.78% | 0.73% | - |
| XYZ | 22.84 | 30.19 | 51.08 | - |
| YUV | 128.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 186 | 0.78 | 0.12 | 0 | 0.27 | 189.45 | 0.65 | 0.44 |
| Hex | 28 | A3 | BA | 4E | C | 0 | 1B | BD | 41 | 2C |
| Octal | 50 | 243 | 272 | 116 | 14 | 0 | 33 | 275 | 101 | 54 |
| Binary | 101000 | 10100011 | 10111010 | 1001110 | 1100 | 0 | 11011 | 10111101 | 1000001 | 101100 |
Color Harmonies of #28A3BA
Complementary color
Monochromatic Colors of #28A3BA
Black with #28A3BA
Text Example
Text Example
White with #28A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A3BA; }
p { color: rgb(40,163,186); }
H1.HeaderClassName
{
color: #28A3BA;
}
.AnyTagClassName
{
color: #28A3BA;
}
</style>
background-color css
<style>
a { background-color: #28A3BA; }
a { background-color: rgb(40,163,186); }
div.DivClassName
{
background-color: #28A3BA;
}
.BgClassName
{
background-color: #28A3BA;
}
</style>
border-color css
<style>
span { border-color: #28A3BA; }
span { border-color: rgb(40,163,186); }
td.TdClassName
{
border-color: #28A3BA;
}
.TagClassName
{
border-color: #28A3BA;
}
</style>