Shades of Pelorous #28ADBC
Tints of Pelorous #28ADBC
RGB
CMYK
RGB Variations
Color information
#28ADBC (or 0x28ADBC) is known color: Pelorous. HEX triplet: 28, AD and BC. RGB value is (40,173,188). Sum of RGB (Red+Green+Blue) = 40+173+188=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #28ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADBC is #D75243. Grayscale: #868686. Windows color (decimal): -14111300 or 12365096. OLE color: 12365096.
HSL color Cylindrical-coordinate representation of color #28ADBC: hue angle of 186.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ADBC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 173 | 188 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.26 |
| HSL | 186.08º | 0.65% | 0.45% | - |
| HSV(B) | 186.08º | 0.79% | 0.74% | - |
| XYZ | 24.9 | 33.97 | 52.82 | - |
| YUV | 134.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 188 | 0.79 | 0.08 | 0 | 0.26 | 186.08 | 0.65 | 0.45 |
| Hex | 28 | AD | BC | 4F | 8 | 0 | 1A | BA | 41 | 2D |
| Octal | 50 | 255 | 274 | 117 | 10 | 0 | 32 | 272 | 101 | 55 |
| Binary | 101000 | 10101101 | 10111100 | 1001111 | 1000 | 0 | 11010 | 10111010 | 1000001 | 101101 |
Color Harmonies of #28ADBC
Complementary color
Monochromatic Colors of #28ADBC
Black with #28ADBC
Text Example
Text Example
White with #28ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADBC; }
p { color: rgb(40,173,188); }
H1.HeaderClassName
{
color: #28ADBC;
}
.AnyTagClassName
{
color: #28ADBC;
}
</style>
background-color css
<style>
a { background-color: #28ADBC; }
a { background-color: rgb(40,173,188); }
div.DivClassName
{
background-color: #28ADBC;
}
.BgClassName
{
background-color: #28ADBC;
}
</style>
border-color css
<style>
span { border-color: #28ADBC; }
span { border-color: rgb(40,173,188); }
td.TdClassName
{
border-color: #28ADBC;
}
.TagClassName
{
border-color: #28ADBC;
}
</style>