Shades of Pelorous #28A1CB
Tints of Pelorous #28A1CB
RGB
CMYK
RGB Variations
Color information
#28A1CB (or 0x28A1CB) is known color: Pelorous. HEX triplet: 28, A1 and CB. RGB value is (40,161,203). Sum of RGB (Red+Green+Blue) = 40+161+203=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #28A1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1CB is #D75E34. Grayscale: #818181. Windows color (decimal): -14114357 or 13345064. OLE color: 13345064.
HSL color Cylindrical-coordinate representation of color #28A1CB: hue angle of 195.46º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28A1CB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 161 | 203 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.20 |
| HSL | 195.46º | 0.67% | 0.48% | - |
| HSV(B) | 195.46º | 0.8% | 0.8% | - |
| XYZ | 24.4 | 30.25 | 61.05 | - |
| YUV | 129.61 | 169.41 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 203 | 0.80 | 0.21 | 0 | 0.20 | 195.46 | 0.67 | 0.48 |
| Hex | 28 | A1 | CB | 50 | 15 | 0 | 14 | C3 | 43 | 30 |
| Octal | 50 | 241 | 313 | 120 | 25 | 0 | 24 | 303 | 103 | 60 |
| Binary | 101000 | 10100001 | 11001011 | 1010000 | 10101 | 0 | 10100 | 11000011 | 1000011 | 110000 |
Color Harmonies of #28A1CB
Complementary color
Monochromatic Colors of #28A1CB
Black with #28A1CB
Text Example
Text Example
White with #28A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1CB; }
p { color: rgb(40,161,203); }
H1.HeaderClassName
{
color: #28A1CB;
}
.AnyTagClassName
{
color: #28A1CB;
}
</style>
background-color css
<style>
a { background-color: #28A1CB; }
a { background-color: rgb(40,161,203); }
div.DivClassName
{
background-color: #28A1CB;
}
.BgClassName
{
background-color: #28A1CB;
}
</style>
border-color css
<style>
span { border-color: #28A1CB; }
span { border-color: rgb(40,161,203); }
td.TdClassName
{
border-color: #28A1CB;
}
.TagClassName
{
border-color: #28A1CB;
}
</style>