Shades of Pelorous #28A8C6
Tints of Pelorous #28A8C6
RGB
CMYK
RGB Variations
Color information
#28A8C6 (or 0x28A8C6) is known color: Pelorous. HEX triplet: 28, A8 and C6. RGB value is (40,168,198). Sum of RGB (Red+Green+Blue) = 40+168+198=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #28A8C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A8C6 is #D75739. Grayscale: #848484. Windows color (decimal): -14112570 or 13019176. OLE color: 13019176.
HSL color Cylindrical-coordinate representation of color #28A8C6: hue angle of 191.39º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28A8C6 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 168 | 198 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.22 |
| HSL | 191.39º | 0.66% | 0.47% | - |
| HSV(B) | 191.39º | 0.8% | 0.78% | - |
| XYZ | 25.07 | 32.53 | 58.38 | - |
| YUV | 133.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 198 | 0.80 | 0.15 | 0 | 0.22 | 191.39 | 0.66 | 0.47 |
| Hex | 28 | A8 | C6 | 50 | F | 0 | 16 | BF | 42 | 2F |
| Octal | 50 | 250 | 306 | 120 | 17 | 0 | 26 | 277 | 102 | 57 |
| Binary | 101000 | 10101000 | 11000110 | 1010000 | 1111 | 0 | 10110 | 10111111 | 1000010 | 101111 |
Color Harmonies of #28A8C6
Complementary color
Monochromatic Colors of #28A8C6
Black with #28A8C6
Text Example
Text Example
White with #28A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A8C6; }
p { color: rgb(40,168,198); }
H1.HeaderClassName
{
color: #28A8C6;
}
.AnyTagClassName
{
color: #28A8C6;
}
</style>
background-color css
<style>
a { background-color: #28A8C6; }
a { background-color: rgb(40,168,198); }
div.DivClassName
{
background-color: #28A8C6;
}
.BgClassName
{
background-color: #28A8C6;
}
</style>
border-color css
<style>
span { border-color: #28A8C6; }
span { border-color: rgb(40,168,198); }
td.TdClassName
{
border-color: #28A8C6;
}
.TagClassName
{
border-color: #28A8C6;
}
</style>