Shades of Pelorous #28ACC2
Tints of Pelorous #28ACC2
RGB
CMYK
RGB Variations
Color information
#28ACC2 (or 0x28ACC2) is known color: Pelorous. HEX triplet: 28, AC and C2. RGB value is (40,172,194). Sum of RGB (Red+Green+Blue) = 40+172+194=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #28ACC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACC2 is #D7533D. Grayscale: #868686. Windows color (decimal): -14111550 or 12758056. OLE color: 12758056.
HSL color Cylindrical-coordinate representation of color #28ACC2: hue angle of 188.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ACC2 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 172 | 194 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.24 |
| HSL | 188.57º | 0.66% | 0.46% | - |
| HSV(B) | 188.57º | 0.79% | 0.76% | - |
| XYZ | 25.37 | 33.85 | 56.24 | - |
| YUV | 135.04 | 161.27 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 194 | 0.79 | 0.11 | 0 | 0.24 | 188.57 | 0.66 | 0.46 |
| Hex | 28 | AC | C2 | 4F | B | 0 | 18 | BD | 42 | 2E |
| Octal | 50 | 254 | 302 | 117 | 13 | 0 | 30 | 275 | 102 | 56 |
| Binary | 101000 | 10101100 | 11000010 | 1001111 | 1011 | 0 | 11000 | 10111101 | 1000010 | 101110 |
Color Harmonies of #28ACC2
Complementary color
Monochromatic Colors of #28ACC2
Black with #28ACC2
Text Example
Text Example
White with #28ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACC2; }
p { color: rgb(40,172,194); }
H1.HeaderClassName
{
color: #28ACC2;
}
.AnyTagClassName
{
color: #28ACC2;
}
</style>
background-color css
<style>
a { background-color: #28ACC2; }
a { background-color: rgb(40,172,194); }
div.DivClassName
{
background-color: #28ACC2;
}
.BgClassName
{
background-color: #28ACC2;
}
</style>
border-color css
<style>
span { border-color: #28ACC2; }
span { border-color: rgb(40,172,194); }
td.TdClassName
{
border-color: #28ACC2;
}
.TagClassName
{
border-color: #28ACC2;
}
</style>