Shades of Pelorous #28ADBE
Tints of Pelorous #28ADBE
RGB
CMYK
RGB Variations
Color information
#28ADBE (or 0x28ADBE) is known color: Pelorous. HEX triplet: 28, AD and BE. RGB value is (40,173,190). Sum of RGB (Red+Green+Blue) = 40+173+190=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #28ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADBE is #D75241. Grayscale: #868686. Windows color (decimal): -14111298 or 12496168. OLE color: 12496168.
HSL color Cylindrical-coordinate representation of color #28ADBE: hue angle of 186.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ADBE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 173 | 190 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.25 |
| HSL | 186.8º | 0.65% | 0.45% | - |
| HSV(B) | 186.8º | 0.79% | 0.75% | - |
| XYZ | 25.11 | 34.06 | 53.97 | - |
| YUV | 135.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 190 | 0.79 | 0.09 | 0 | 0.25 | 186.8 | 0.65 | 0.45 |
| Hex | 28 | AD | BE | 4F | 9 | 0 | 19 | BB | 41 | 2D |
| Octal | 50 | 255 | 276 | 117 | 11 | 0 | 31 | 273 | 101 | 55 |
| Binary | 101000 | 10101101 | 10111110 | 1001111 | 1001 | 0 | 11001 | 10111011 | 1000001 | 101101 |
Color Harmonies of #28ADBE
Complementary color
Monochromatic Colors of #28ADBE
Black with #28ADBE
Text Example
Text Example
White with #28ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADBE; }
p { color: rgb(40,173,190); }
H1.HeaderClassName
{
color: #28ADBE;
}
.AnyTagClassName
{
color: #28ADBE;
}
</style>
background-color css
<style>
a { background-color: #28ADBE; }
a { background-color: rgb(40,173,190); }
div.DivClassName
{
background-color: #28ADBE;
}
.BgClassName
{
background-color: #28ADBE;
}
</style>
border-color css
<style>
span { border-color: #28ADBE; }
span { border-color: rgb(40,173,190); }
td.TdClassName
{
border-color: #28ADBE;
}
.TagClassName
{
border-color: #28ADBE;
}
</style>