Shades of Scooter #238E9F
Tints of Scooter #238E9F
RGB
CMYK
RGB Variations
Color information
#238E9F (or 0x238E9F) is known color: Scooter. HEX triplet: 23, 8E and 9F. RGB value is (35,142,159). Sum of RGB (Red+Green+Blue) = 35+142+159=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #238E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E9F is #DC7160. Grayscale: #6F6F6F. Windows color (decimal): -14446945 or 10456611. OLE color: 10456611.
HSL color Cylindrical-coordinate representation of color #238E9F: hue angle of 188.23º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #238E9F is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 142 | 159 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.38 |
| HSL | 188.23º | 0.64% | 0.38% | - |
| HSV(B) | 188.23º | 0.78% | 0.62% | - |
| XYZ | 16.62 | 22.21 | 36.21 | - |
| YUV | 111.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 159 | 0.78 | 0.11 | 0 | 0.38 | 188.23 | 0.64 | 0.38 |
| Hex | 23 | 8E | 9F | 4E | B | 0 | 26 | BC | 40 | 26 |
| Octal | 43 | 216 | 237 | 116 | 13 | 0 | 46 | 274 | 100 | 46 |
| Binary | 100011 | 10001110 | 10011111 | 1001110 | 1011 | 0 | 100110 | 10111100 | 1000000 | 100110 |
Color Harmonies of #238E9F
Complementary color
Monochromatic Colors of #238E9F
Black with #238E9F
Text Example
Text Example
White with #238E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E9F; }
p { color: rgb(35,142,159); }
H1.HeaderClassName
{
color: #238E9F;
}
.AnyTagClassName
{
color: #238E9F;
}
</style>
background-color css
<style>
a { background-color: #238E9F; }
a { background-color: rgb(35,142,159); }
div.DivClassName
{
background-color: #238E9F;
}
.BgClassName
{
background-color: #238E9F;
}
</style>
border-color css
<style>
span { border-color: #238E9F; }
span { border-color: rgb(35,142,159); }
td.TdClassName
{
border-color: #238E9F;
}
.TagClassName
{
border-color: #238E9F;
}
</style>