Shades of Pelorous #28ABC8
Tints of Pelorous #28ABC8
RGB
CMYK
RGB Variations
Color information
#28ABC8 (or 0x28ABC8) is known color: Pelorous. HEX triplet: 28, AB and C8. RGB value is (40,171,200). Sum of RGB (Red+Green+Blue) = 40+171+200=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #28ABC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABC8 is #D75437. Grayscale: #868686. Windows color (decimal): -14111800 or 13151016. OLE color: 13151016.
HSL color Cylindrical-coordinate representation of color #28ABC8: hue angle of 190.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28ABC8 is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 171 | 200 | - |
| CMYK | 0.8 | 0.14 | 0 | 0.22 |
| HSL | 190.88º | 0.67% | 0.47% | - |
| HSV(B) | 190.88º | 0.8% | 0.78% | - |
| XYZ | 25.86 | 33.75 | 59.79 | - |
| YUV | 135.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 200 | 0.8 | 0.14 | 0 | 0.22 | 190.88 | 0.67 | 0.47 |
| Hex | 28 | AB | C8 | 50 | E | 0 | 16 | BF | 43 | 2F |
| Octal | 50 | 253 | 310 | 120 | 16 | 0 | 26 | 277 | 103 | 57 |
| Binary | 101000 | 10101011 | 11001000 | 1010000 | 1110 | 0 | 10110 | 10111111 | 1000011 | 101111 |
Color Harmonies of #28ABC8
Complementary color
Monochromatic Colors of #28ABC8
Black with #28ABC8
Text Example
Text Example
White with #28ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABC8; }
p { color: rgb(40,171,200); }
H1.HeaderClassName
{
color: #28ABC8;
}
.AnyTagClassName
{
color: #28ABC8;
}
</style>
background-color css
<style>
a { background-color: #28ABC8; }
a { background-color: rgb(40,171,200); }
div.DivClassName
{
background-color: #28ABC8;
}
.BgClassName
{
background-color: #28ABC8;
}
</style>
border-color css
<style>
span { border-color: #28ABC8; }
span { border-color: rgb(40,171,200); }
td.TdClassName
{
border-color: #28ABC8;
}
.TagClassName
{
border-color: #28ABC8;
}
</style>