Shades of Pelorous #28A1C8
Tints of Pelorous #28A1C8
RGB
CMYK
RGB Variations
Color information
#28A1C8 (or 0x28A1C8) is known color: Pelorous. HEX triplet: 28, A1 and C8. RGB value is (40,161,200). Sum of RGB (Red+Green+Blue) = 40+161+200=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #28A1C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1C8 is #D75E37. Grayscale: #808080. Windows color (decimal): -14114360 or 13148456. OLE color: 13148456.
HSL color Cylindrical-coordinate representation of color #28A1C8: hue angle of 194.62º degrees, saturation: 0.67, 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 #28A1C8 is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 161 | 200 | - |
| CMYK | 0.8 | 0.19 | 0 | 0.22 |
| HSL | 194.63º | 0.67% | 0.47% | - |
| HSV(B) | 194.63º | 0.8% | 0.78% | - |
| XYZ | 24.05 | 30.11 | 59.19 | - |
| YUV | 129.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 200 | 0.8 | 0.19 | 0 | 0.22 | 194.63 | 0.67 | 0.47 |
| Hex | 28 | A1 | C8 | 50 | 13 | 0 | 16 | C3 | 43 | 2F |
| Octal | 50 | 241 | 310 | 120 | 23 | 0 | 26 | 303 | 103 | 57 |
| Binary | 101000 | 10100001 | 11001000 | 1010000 | 10011 | 0 | 10110 | 11000011 | 1000011 | 101111 |
Color Harmonies of #28A1C8
Complementary color
Monochromatic Colors of #28A1C8
Black with #28A1C8
Text Example
Text Example
White with #28A1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1C8; }
p { color: rgb(40,161,200); }
H1.HeaderClassName
{
color: #28A1C8;
}
.AnyTagClassName
{
color: #28A1C8;
}
</style>
background-color css
<style>
a { background-color: #28A1C8; }
a { background-color: rgb(40,161,200); }
div.DivClassName
{
background-color: #28A1C8;
}
.BgClassName
{
background-color: #28A1C8;
}
</style>
border-color css
<style>
span { border-color: #28A1C8; }
span { border-color: rgb(40,161,200); }
td.TdClassName
{
border-color: #28A1C8;
}
.TagClassName
{
border-color: #28A1C8;
}
</style>