Shades of Pelorous #28A6CA
Tints of Pelorous #28A6CA
RGB
CMYK
RGB Variations
Color information
#28A6CA (or 0x28A6CA) is known color: Pelorous. HEX triplet: 28, A6 and CA. RGB value is (40,166,202). Sum of RGB (Red+Green+Blue) = 40+166+202=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #28A6CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A6CA is #D75935. Grayscale: #848484. Windows color (decimal): -14113078 or 13280808. OLE color: 13280808.
HSL color Cylindrical-coordinate representation of color #28A6CA: hue angle of 193.33º 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 #28A6CA is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 166 | 202 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.21 |
| HSL | 193.33º | 0.67% | 0.47% | - |
| HSV(B) | 193.33º | 0.8% | 0.79% | - |
| XYZ | 25.17 | 31.99 | 60.72 | - |
| YUV | 132.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 202 | 0.80 | 0.18 | 0 | 0.21 | 193.33 | 0.67 | 0.47 |
| Hex | 28 | A6 | CA | 50 | 12 | 0 | 15 | C1 | 43 | 2F |
| Octal | 50 | 246 | 312 | 120 | 22 | 0 | 25 | 301 | 103 | 57 |
| Binary | 101000 | 10100110 | 11001010 | 1010000 | 10010 | 0 | 10101 | 11000001 | 1000011 | 101111 |
Color Harmonies of #28A6CA
Complementary color
Monochromatic Colors of #28A6CA
Black with #28A6CA
Text Example
Text Example
White with #28A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6CA; }
p { color: rgb(40,166,202); }
H1.HeaderClassName
{
color: #28A6CA;
}
.AnyTagClassName
{
color: #28A6CA;
}
</style>
background-color css
<style>
a { background-color: #28A6CA; }
a { background-color: rgb(40,166,202); }
div.DivClassName
{
background-color: #28A6CA;
}
.BgClassName
{
background-color: #28A6CA;
}
</style>
border-color css
<style>
span { border-color: #28A6CA; }
span { border-color: rgb(40,166,202); }
td.TdClassName
{
border-color: #28A6CA;
}
.TagClassName
{
border-color: #28A6CA;
}
</style>