Shades of Pelorous #28ACC5
Tints of Pelorous #28ACC5
RGB
CMYK
RGB Variations
Color information
#28ACC5 (or 0x28ACC5) is known color: Pelorous. HEX triplet: 28, AC and C5. RGB value is (40,172,197). Sum of RGB (Red+Green+Blue) = 40+172+197=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #28ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACC5 is #D7533A. Grayscale: #878787. Windows color (decimal): -14111547 or 12954664. OLE color: 12954664.
HSL color Cylindrical-coordinate representation of color #28ACC5: hue angle of 189.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28ACC5 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 172 | 197 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.23 |
| HSL | 189.55º | 0.66% | 0.46% | - |
| HSV(B) | 189.55º | 0.8% | 0.77% | - |
| XYZ | 25.71 | 33.99 | 58.03 | - |
| YUV | 135.38 | 162.77 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 197 | 0.80 | 0.13 | 0 | 0.23 | 189.55 | 0.66 | 0.46 |
| Hex | 28 | AC | C5 | 50 | D | 0 | 17 | BE | 42 | 2E |
| Octal | 50 | 254 | 305 | 120 | 15 | 0 | 27 | 276 | 102 | 56 |
| Binary | 101000 | 10101100 | 11000101 | 1010000 | 1101 | 0 | 10111 | 10111110 | 1000010 | 101110 |
Color Harmonies of #28ACC5
Complementary color
Monochromatic Colors of #28ACC5
Black with #28ACC5
Text Example
Text Example
White with #28ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACC5; }
p { color: rgb(40,172,197); }
H1.HeaderClassName
{
color: #28ACC5;
}
.AnyTagClassName
{
color: #28ACC5;
}
</style>
background-color css
<style>
a { background-color: #28ACC5; }
a { background-color: rgb(40,172,197); }
div.DivClassName
{
background-color: #28ACC5;
}
.BgClassName
{
background-color: #28ACC5;
}
</style>
border-color css
<style>
span { border-color: #28ACC5; }
span { border-color: rgb(40,172,197); }
td.TdClassName
{
border-color: #28ACC5;
}
.TagClassName
{
border-color: #28ACC5;
}
</style>