Shades of Pelorous #28A1C6
Tints of Pelorous #28A1C6
RGB
CMYK
RGB Variations
Color information
#28A1C6 (or 0x28A1C6) is known color: Pelorous. HEX triplet: 28, A1 and C6. RGB value is (40,161,198). Sum of RGB (Red+Green+Blue) = 40+161+198=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #28A1C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1C6 is #D75E39. Grayscale: #808080. Windows color (decimal): -14114362 or 13017384. OLE color: 13017384.
HSL color Cylindrical-coordinate representation of color #28A1C6: hue angle of 194.05º 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 #28A1C6 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 161 | 198 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.22 |
| HSL | 194.05º | 0.66% | 0.47% | - |
| HSV(B) | 194.05º | 0.8% | 0.78% | - |
| XYZ | 23.81 | 30.02 | 57.97 | - |
| YUV | 129.04 | 166.91 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 198 | 0.80 | 0.19 | 0 | 0.22 | 194.05 | 0.66 | 0.47 |
| Hex | 28 | A1 | C6 | 50 | 13 | 0 | 16 | C2 | 42 | 2F |
| Octal | 50 | 241 | 306 | 120 | 23 | 0 | 26 | 302 | 102 | 57 |
| Binary | 101000 | 10100001 | 11000110 | 1010000 | 10011 | 0 | 10110 | 11000010 | 1000010 | 101111 |
Color Harmonies of #28A1C6
Complementary color
Monochromatic Colors of #28A1C6
Black with #28A1C6
Text Example
Text Example
White with #28A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1C6; }
p { color: rgb(40,161,198); }
H1.HeaderClassName
{
color: #28A1C6;
}
.AnyTagClassName
{
color: #28A1C6;
}
</style>
background-color css
<style>
a { background-color: #28A1C6; }
a { background-color: rgb(40,161,198); }
div.DivClassName
{
background-color: #28A1C6;
}
.BgClassName
{
background-color: #28A1C6;
}
</style>
border-color css
<style>
span { border-color: #28A1C6; }
span { border-color: rgb(40,161,198); }
td.TdClassName
{
border-color: #28A1C6;
}
.TagClassName
{
border-color: #28A1C6;
}
</style>