Shades of Pelorous #28AABF
Tints of Pelorous #28AABF
RGB
CMYK
RGB Variations
Color information
#28AABF (or 0x28AABF) is known color: Pelorous. HEX triplet: 28, AA and BF. RGB value is (40,170,191). Sum of RGB (Red+Green+Blue) = 40+170+191=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #28AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AABF is #D75540. Grayscale: #858585. Windows color (decimal): -14112065 or 12560936. OLE color: 12560936.
HSL color Cylindrical-coordinate representation of color #28AABF: hue angle of 188.34º degrees, saturation: 0.65, 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 #28AABF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 170 | 191 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.25 |
| HSL | 188.34º | 0.65% | 0.45% | - |
| HSV(B) | 188.34º | 0.79% | 0.75% | - |
| XYZ | 24.65 | 32.96 | 54.35 | - |
| YUV | 133.52 | 160.43 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 191 | 0.79 | 0.11 | 0 | 0.25 | 188.34 | 0.65 | 0.45 |
| Hex | 28 | AA | BF | 4F | B | 0 | 19 | BC | 41 | 2D |
| Octal | 50 | 252 | 277 | 117 | 13 | 0 | 31 | 274 | 101 | 55 |
| Binary | 101000 | 10101010 | 10111111 | 1001111 | 1011 | 0 | 11001 | 10111100 | 1000001 | 101101 |
Color Harmonies of #28AABF
Complementary color
Monochromatic Colors of #28AABF
Black with #28AABF
Text Example
Text Example
White with #28AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AABF; }
p { color: rgb(40,170,191); }
H1.HeaderClassName
{
color: #28AABF;
}
.AnyTagClassName
{
color: #28AABF;
}
</style>
background-color css
<style>
a { background-color: #28AABF; }
a { background-color: rgb(40,170,191); }
div.DivClassName
{
background-color: #28AABF;
}
.BgClassName
{
background-color: #28AABF;
}
</style>
border-color css
<style>
span { border-color: #28AABF; }
span { border-color: rgb(40,170,191); }
td.TdClassName
{
border-color: #28AABF;
}
.TagClassName
{
border-color: #28AABF;
}
</style>