Shades of Pelorous #28A6C0
Tints of Pelorous #28A6C0
RGB
CMYK
RGB Variations
Color information
#28A6C0 (or 0x28A6C0) is known color: Pelorous. HEX triplet: 28, A6 and C0. RGB value is (40,166,192). Sum of RGB (Red+Green+Blue) = 40+166+192=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #28A6C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A6C0 is #D7593F. Grayscale: #838383. Windows color (decimal): -14113088 or 12625448. OLE color: 12625448.
HSL color Cylindrical-coordinate representation of color #28A6C0: hue angle of 190.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28A6C0 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 166 | 192 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.25 |
| HSL | 190.26º | 0.66% | 0.45% | - |
| HSV(B) | 190.26º | 0.79% | 0.75% | - |
| XYZ | 24.03 | 31.53 | 54.69 | - |
| YUV | 131.29 | 162.26 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 192 | 0.79 | 0.14 | 0 | 0.25 | 190.26 | 0.66 | 0.45 |
| Hex | 28 | A6 | C0 | 4F | E | 0 | 19 | BE | 42 | 2D |
| Octal | 50 | 246 | 300 | 117 | 16 | 0 | 31 | 276 | 102 | 55 |
| Binary | 101000 | 10100110 | 11000000 | 1001111 | 1110 | 0 | 11001 | 10111110 | 1000010 | 101101 |
Color Harmonies of #28A6C0
Complementary color
Monochromatic Colors of #28A6C0
Black with #28A6C0
Text Example
Text Example
White with #28A6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6C0; }
p { color: rgb(40,166,192); }
H1.HeaderClassName
{
color: #28A6C0;
}
.AnyTagClassName
{
color: #28A6C0;
}
</style>
background-color css
<style>
a { background-color: #28A6C0; }
a { background-color: rgb(40,166,192); }
div.DivClassName
{
background-color: #28A6C0;
}
.BgClassName
{
background-color: #28A6C0;
}
</style>
border-color css
<style>
span { border-color: #28A6C0; }
span { border-color: rgb(40,166,192); }
td.TdClassName
{
border-color: #28A6C0;
}
.TagClassName
{
border-color: #28A6C0;
}
</style>