Shades of Scooter #288E99
Tints of Scooter #288E99
RGB
CMYK
RGB Variations
Color information
#288E99 (or 0x288E99) is known color: Scooter. HEX triplet: 28, 8E and 99. RGB value is (40,142,153). Sum of RGB (Red+Green+Blue) = 40+142+153=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #288E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E99 is #D77166. Grayscale: #707070. Windows color (decimal): -14119271 or 10063400. OLE color: 10063400.
HSL color Cylindrical-coordinate representation of color #288E99: hue angle of 185.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288E99 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 142 | 153 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.4 |
| HSL | 185.84º | 0.59% | 0.38% | - |
| HSV(B) | 185.84º | 0.74% | 0.6% | - |
| XYZ | 16.3 | 22.1 | 33.54 | - |
| YUV | 112.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 153 | 0.74 | 0.07 | 0 | 0.4 | 185.84 | 0.59 | 0.38 |
| Hex | 28 | 8E | 99 | 4A | 7 | 0 | 28 | BA | 3B | 26 |
| Octal | 50 | 216 | 231 | 112 | 7 | 0 | 50 | 272 | 73 | 46 |
| Binary | 101000 | 10001110 | 10011001 | 1001010 | 111 | 0 | 101000 | 10111010 | 111011 | 100110 |
Color Harmonies of #288E99
Complementary color
Monochromatic Colors of #288E99
Black with #288E99
Text Example
Text Example
White with #288E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E99; }
p { color: rgb(40,142,153); }
H1.HeaderClassName
{
color: #288E99;
}
.AnyTagClassName
{
color: #288E99;
}
</style>
background-color css
<style>
a { background-color: #288E99; }
a { background-color: rgb(40,142,153); }
div.DivClassName
{
background-color: #288E99;
}
.BgClassName
{
background-color: #288E99;
}
</style>
border-color css
<style>
span { border-color: #288E99; }
span { border-color: rgb(40,142,153); }
td.TdClassName
{
border-color: #288E99;
}
.TagClassName
{
border-color: #288E99;
}
</style>