Shades of Pelorous #28ABC1
Tints of Pelorous #28ABC1
RGB
CMYK
RGB Variations
Color information
#28ABC1 (or 0x28ABC1) is known color: Pelorous. HEX triplet: 28, AB and C1. RGB value is (40,171,193). Sum of RGB (Red+Green+Blue) = 40+171+193=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #28ABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABC1 is #D7543E. Grayscale: #868686. Windows color (decimal): -14111807 or 12692264. OLE color: 12692264.
HSL color Cylindrical-coordinate representation of color #28ABC1: hue angle of 188.63º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ABC1 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 171 | 193 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.24 |
| HSL | 188.63º | 0.66% | 0.46% | - |
| HSV(B) | 188.63º | 0.79% | 0.76% | - |
| XYZ | 25.06 | 33.43 | 55.58 | - |
| YUV | 134.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 193 | 0.79 | 0.11 | 0 | 0.24 | 188.63 | 0.66 | 0.46 |
| Hex | 28 | AB | C1 | 4F | B | 0 | 18 | BD | 42 | 2E |
| Octal | 50 | 253 | 301 | 117 | 13 | 0 | 30 | 275 | 102 | 56 |
| Binary | 101000 | 10101011 | 11000001 | 1001111 | 1011 | 0 | 11000 | 10111101 | 1000010 | 101110 |
Color Harmonies of #28ABC1
Complementary color
Monochromatic Colors of #28ABC1
Black with #28ABC1
Text Example
Text Example
White with #28ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABC1; }
p { color: rgb(40,171,193); }
H1.HeaderClassName
{
color: #28ABC1;
}
.AnyTagClassName
{
color: #28ABC1;
}
</style>
background-color css
<style>
a { background-color: #28ABC1; }
a { background-color: rgb(40,171,193); }
div.DivClassName
{
background-color: #28ABC1;
}
.BgClassName
{
background-color: #28ABC1;
}
</style>
border-color css
<style>
span { border-color: #28ABC1; }
span { border-color: rgb(40,171,193); }
td.TdClassName
{
border-color: #28ABC1;
}
.TagClassName
{
border-color: #28ABC1;
}
</style>