Shades of Pelorous #28ABC2
Tints of Pelorous #28ABC2
RGB
CMYK
RGB Variations
Color information
#28ABC2 (or 0x28ABC2) is known color: Pelorous. HEX triplet: 28, AB and C2. RGB value is (40,171,194). Sum of RGB (Red+Green+Blue) = 40+171+194=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #28ABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABC2 is #D7543D. Grayscale: #868686. Windows color (decimal): -14111806 or 12757800. OLE color: 12757800.
HSL color Cylindrical-coordinate representation of color #28ABC2: hue angle of 188.96º 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 #28ABC2 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 171 | 194 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.24 |
| HSL | 188.96º | 0.66% | 0.46% | - |
| HSV(B) | 188.96º | 0.79% | 0.76% | - |
| XYZ | 25.18 | 33.47 | 56.17 | - |
| YUV | 134.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 194 | 0.79 | 0.12 | 0 | 0.24 | 188.96 | 0.66 | 0.46 |
| Hex | 28 | AB | C2 | 4F | C | 0 | 18 | BD | 42 | 2E |
| Octal | 50 | 253 | 302 | 117 | 14 | 0 | 30 | 275 | 102 | 56 |
| Binary | 101000 | 10101011 | 11000010 | 1001111 | 1100 | 0 | 11000 | 10111101 | 1000010 | 101110 |
Color Harmonies of #28ABC2
Complementary color
Monochromatic Colors of #28ABC2
Black with #28ABC2
Text Example
Text Example
White with #28ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABC2; }
p { color: rgb(40,171,194); }
H1.HeaderClassName
{
color: #28ABC2;
}
.AnyTagClassName
{
color: #28ABC2;
}
</style>
background-color css
<style>
a { background-color: #28ABC2; }
a { background-color: rgb(40,171,194); }
div.DivClassName
{
background-color: #28ABC2;
}
.BgClassName
{
background-color: #28ABC2;
}
</style>
border-color css
<style>
span { border-color: #28ABC2; }
span { border-color: rgb(40,171,194); }
td.TdClassName
{
border-color: #28ABC2;
}
.TagClassName
{
border-color: #28ABC2;
}
</style>