Shades of Pelorous #28A0BC
Tints of Pelorous #28A0BC
RGB
CMYK
RGB Variations
Color information
#28A0BC (or 0x28A0BC) is known color: Pelorous. HEX triplet: 28, A0 and BC. RGB value is (40,160,188). Sum of RGB (Red+Green+Blue) = 40+160+188=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #28A0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A0BC is #D75F43. Grayscale: #7F7F7F. Windows color (decimal): -14114628 or 12361768. OLE color: 12361768.
HSL color Cylindrical-coordinate representation of color #28A0BC: hue angle of 191.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28A0BC is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 160 | 188 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.26 |
| HSL | 191.35º | 0.65% | 0.45% | - |
| HSV(B) | 191.35º | 0.79% | 0.74% | - |
| XYZ | 22.52 | 29.22 | 52.03 | - |
| YUV | 127.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 188 | 0.79 | 0.15 | 0 | 0.26 | 191.35 | 0.65 | 0.45 |
| Hex | 28 | A0 | BC | 4F | F | 0 | 1A | BF | 41 | 2D |
| Octal | 50 | 240 | 274 | 117 | 17 | 0 | 32 | 277 | 101 | 55 |
| Binary | 101000 | 10100000 | 10111100 | 1001111 | 1111 | 0 | 11010 | 10111111 | 1000001 | 101101 |
Color Harmonies of #28A0BC
Complementary color
Monochromatic Colors of #28A0BC
Black with #28A0BC
Text Example
Text Example
White with #28A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A0BC; }
p { color: rgb(40,160,188); }
H1.HeaderClassName
{
color: #28A0BC;
}
.AnyTagClassName
{
color: #28A0BC;
}
</style>
background-color css
<style>
a { background-color: #28A0BC; }
a { background-color: rgb(40,160,188); }
div.DivClassName
{
background-color: #28A0BC;
}
.BgClassName
{
background-color: #28A0BC;
}
</style>
border-color css
<style>
span { border-color: #28A0BC; }
span { border-color: rgb(40,160,188); }
td.TdClassName
{
border-color: #28A0BC;
}
.TagClassName
{
border-color: #28A0BC;
}
</style>