Shades of Pelorous #28A1BE
Tints of Pelorous #28A1BE
RGB
CMYK
RGB Variations
Color information
#28A1BE (or 0x28A1BE) is known color: Pelorous. HEX triplet: 28, A1 and BE. RGB value is (40,161,190). Sum of RGB (Red+Green+Blue) = 40+161+190=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #28A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1BE is #D75E41. Grayscale: #7F7F7F. Windows color (decimal): -14114370 or 12493096. OLE color: 12493096.
HSL color Cylindrical-coordinate representation of color #28A1BE: hue angle of 191.6º 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 #28A1BE is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 161 | 190 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.25 |
| HSL | 191.6º | 0.65% | 0.45% | - |
| HSV(B) | 191.6º | 0.79% | 0.75% | - |
| XYZ | 22.91 | 29.66 | 53.23 | - |
| YUV | 128.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 190 | 0.79 | 0.15 | 0 | 0.25 | 191.6 | 0.65 | 0.45 |
| Hex | 28 | A1 | BE | 4F | F | 0 | 19 | C0 | 41 | 2D |
| Octal | 50 | 241 | 276 | 117 | 17 | 0 | 31 | 300 | 101 | 55 |
| Binary | 101000 | 10100001 | 10111110 | 1001111 | 1111 | 0 | 11001 | 11000000 | 1000001 | 101101 |
Color Harmonies of #28A1BE
Complementary color
Monochromatic Colors of #28A1BE
Black with #28A1BE
Text Example
Text Example
White with #28A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1BE; }
p { color: rgb(40,161,190); }
H1.HeaderClassName
{
color: #28A1BE;
}
.AnyTagClassName
{
color: #28A1BE;
}
</style>
background-color css
<style>
a { background-color: #28A1BE; }
a { background-color: rgb(40,161,190); }
div.DivClassName
{
background-color: #28A1BE;
}
.BgClassName
{
background-color: #28A1BE;
}
</style>
border-color css
<style>
span { border-color: #28A1BE; }
span { border-color: rgb(40,161,190); }
td.TdClassName
{
border-color: #28A1BE;
}
.TagClassName
{
border-color: #28A1BE;
}
</style>