Shades of Pelorous #28A3CA
Tints of Pelorous #28A3CA
RGB
CMYK
RGB Variations
Color information
#28A3CA (or 0x28A3CA) is known color: Pelorous. HEX triplet: 28, A3 and CA. RGB value is (40,163,202). Sum of RGB (Red+Green+Blue) = 40+163+202=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #28A3CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A3CA is #D75C35. Grayscale: #828282. Windows color (decimal): -14113846 or 13280040. OLE color: 13280040.
HSL color Cylindrical-coordinate representation of color #28A3CA: hue angle of 194.44º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28A3CA is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 163 | 202 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.21 |
| HSL | 194.44º | 0.67% | 0.47% | - |
| HSV(B) | 194.44º | 0.8% | 0.79% | - |
| XYZ | 24.63 | 30.91 | 60.55 | - |
| YUV | 130.67 | 168.25 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 202 | 0.80 | 0.19 | 0 | 0.21 | 194.44 | 0.67 | 0.47 |
| Hex | 28 | A3 | CA | 50 | 13 | 0 | 15 | C2 | 43 | 2F |
| Octal | 50 | 243 | 312 | 120 | 23 | 0 | 25 | 302 | 103 | 57 |
| Binary | 101000 | 10100011 | 11001010 | 1010000 | 10011 | 0 | 10101 | 11000010 | 1000011 | 101111 |
Color Harmonies of #28A3CA
Complementary color
Monochromatic Colors of #28A3CA
Black with #28A3CA
Text Example
Text Example
White with #28A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A3CA; }
p { color: rgb(40,163,202); }
H1.HeaderClassName
{
color: #28A3CA;
}
.AnyTagClassName
{
color: #28A3CA;
}
</style>
background-color css
<style>
a { background-color: #28A3CA; }
a { background-color: rgb(40,163,202); }
div.DivClassName
{
background-color: #28A3CA;
}
.BgClassName
{
background-color: #28A3CA;
}
</style>
border-color css
<style>
span { border-color: #28A3CA; }
span { border-color: rgb(40,163,202); }
td.TdClassName
{
border-color: #28A3CA;
}
.TagClassName
{
border-color: #28A3CA;
}
</style>