Shades of Pelorous #28A6BE
Tints of Pelorous #28A6BE
RGB
CMYK
RGB Variations
Color information
#28A6BE (or 0x28A6BE) is known color: Pelorous. HEX triplet: 28, A6 and BE. RGB value is (40,166,190). Sum of RGB (Red+Green+Blue) = 40+166+190=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #28A6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A6BE is #D75941. Grayscale: #828282. Windows color (decimal): -14113090 or 12494376. OLE color: 12494376.
HSL color Cylindrical-coordinate representation of color #28A6BE: hue angle of 189.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 #28A6BE is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 166 | 190 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.25 |
| HSL | 189.6º | 0.65% | 0.45% | - |
| HSV(B) | 189.6º | 0.79% | 0.75% | - |
| XYZ | 23.81 | 31.44 | 53.53 | - |
| YUV | 131.06 | 161.26 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 190 | 0.79 | 0.13 | 0 | 0.25 | 189.6 | 0.65 | 0.45 |
| Hex | 28 | A6 | BE | 4F | D | 0 | 19 | BE | 41 | 2D |
| Octal | 50 | 246 | 276 | 117 | 15 | 0 | 31 | 276 | 101 | 55 |
| Binary | 101000 | 10100110 | 10111110 | 1001111 | 1101 | 0 | 11001 | 10111110 | 1000001 | 101101 |
Color Harmonies of #28A6BE
Complementary color
Monochromatic Colors of #28A6BE
Black with #28A6BE
Text Example
Text Example
White with #28A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6BE; }
p { color: rgb(40,166,190); }
H1.HeaderClassName
{
color: #28A6BE;
}
.AnyTagClassName
{
color: #28A6BE;
}
</style>
background-color css
<style>
a { background-color: #28A6BE; }
a { background-color: rgb(40,166,190); }
div.DivClassName
{
background-color: #28A6BE;
}
.BgClassName
{
background-color: #28A6BE;
}
</style>
border-color css
<style>
span { border-color: #28A6BE; }
span { border-color: rgb(40,166,190); }
td.TdClassName
{
border-color: #28A6BE;
}
.TagClassName
{
border-color: #28A6BE;
}
</style>