Shades of Scooter #248F9E
Tints of Scooter #248F9E
RGB
CMYK
RGB Variations
Color information
#248F9E (or 0x248F9E) is known color: Scooter. HEX triplet: 24, 8F and 9E. RGB value is (36,143,158). Sum of RGB (Red+Green+Blue) = 36+143+158=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #248F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F9E is #DB7061. Grayscale: #707070. Windows color (decimal): -14381154 or 10391332. OLE color: 10391332.
HSL color Cylindrical-coordinate representation of color #248F9E: hue angle of 187.38º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248F9E is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 143 | 158 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.38 |
| HSL | 187.38º | 0.63% | 0.38% | - |
| HSV(B) | 187.38º | 0.77% | 0.62% | - |
| XYZ | 16.72 | 22.49 | 35.81 | - |
| YUV | 112.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 158 | 0.77 | 0.09 | 0 | 0.38 | 187.38 | 0.63 | 0.38 |
| Hex | 24 | 8F | 9E | 4D | 9 | 0 | 26 | BB | 3F | 26 |
| Octal | 44 | 217 | 236 | 115 | 11 | 0 | 46 | 273 | 77 | 46 |
| Binary | 100100 | 10001111 | 10011110 | 1001101 | 1001 | 0 | 100110 | 10111011 | 111111 | 100110 |
Color Harmonies of #248F9E
Complementary color
Monochromatic Colors of #248F9E
Black with #248F9E
Text Example
Text Example
White with #248F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F9E; }
p { color: rgb(36,143,158); }
H1.HeaderClassName
{
color: #248F9E;
}
.AnyTagClassName
{
color: #248F9E;
}
</style>
background-color css
<style>
a { background-color: #248F9E; }
a { background-color: rgb(36,143,158); }
div.DivClassName
{
background-color: #248F9E;
}
.BgClassName
{
background-color: #248F9E;
}
</style>
border-color css
<style>
span { border-color: #248F9E; }
span { border-color: rgb(36,143,158); }
td.TdClassName
{
border-color: #248F9E;
}
.TagClassName
{
border-color: #248F9E;
}
</style>