Shades of Pelorous #28A9BA
Tints of Pelorous #28A9BA
RGB
CMYK
RGB Variations
Color information
#28A9BA (or 0x28A9BA) is known color: Pelorous. HEX triplet: 28, A9 and BA. RGB value is (40,169,186). Sum of RGB (Red+Green+Blue) = 40+169+186=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #28A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A9BA is #D75645. Grayscale: #848484. Windows color (decimal): -14112326 or 12233000. OLE color: 12233000.
HSL color Cylindrical-coordinate representation of color #28A9BA: hue angle of 186.99º 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 #28A9BA is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 169 | 186 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.27 |
| HSL | 186.99º | 0.65% | 0.44% | - |
| HSV(B) | 186.99º | 0.78% | 0.73% | - |
| XYZ | 23.93 | 32.37 | 51.44 | - |
| YUV | 132.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 186 | 0.78 | 0.09 | 0 | 0.27 | 186.99 | 0.65 | 0.44 |
| Hex | 28 | A9 | BA | 4E | 9 | 0 | 1B | BB | 41 | 2C |
| Octal | 50 | 251 | 272 | 116 | 11 | 0 | 33 | 273 | 101 | 54 |
| Binary | 101000 | 10101001 | 10111010 | 1001110 | 1001 | 0 | 11011 | 10111011 | 1000001 | 101100 |
Color Harmonies of #28A9BA
Complementary color
Monochromatic Colors of #28A9BA
Black with #28A9BA
Text Example
Text Example
White with #28A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A9BA; }
p { color: rgb(40,169,186); }
H1.HeaderClassName
{
color: #28A9BA;
}
.AnyTagClassName
{
color: #28A9BA;
}
</style>
background-color css
<style>
a { background-color: #28A9BA; }
a { background-color: rgb(40,169,186); }
div.DivClassName
{
background-color: #28A9BA;
}
.BgClassName
{
background-color: #28A9BA;
}
</style>
border-color css
<style>
span { border-color: #28A9BA; }
span { border-color: rgb(40,169,186); }
td.TdClassName
{
border-color: #28A9BA;
}
.TagClassName
{
border-color: #28A9BA;
}
</style>