Shades of Scooter #238F9F
Tints of Scooter #238F9F
RGB
CMYK
RGB Variations
Color information
#238F9F (or 0x238F9F) is known color: Scooter. HEX triplet: 23, 8F and 9F. RGB value is (35,143,159). Sum of RGB (Red+Green+Blue) = 35+143+159=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #238F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F9F is #DC7060. Grayscale: #707070. Windows color (decimal): -14446689 or 10456867. OLE color: 10456867.
HSL color Cylindrical-coordinate representation of color #238F9F: hue angle of 187.74º 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 #238F9F is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 143 | 159 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.38 |
| HSL | 187.74º | 0.64% | 0.38% | - |
| HSV(B) | 187.74º | 0.78% | 0.62% | - |
| XYZ | 16.77 | 22.51 | 36.26 | - |
| YUV | 112.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 159 | 0.78 | 0.10 | 0 | 0.38 | 187.74 | 0.64 | 0.38 |
| Hex | 23 | 8F | 9F | 4E | A | 0 | 26 | BC | 40 | 26 |
| Octal | 43 | 217 | 237 | 116 | 12 | 0 | 46 | 274 | 100 | 46 |
| Binary | 100011 | 10001111 | 10011111 | 1001110 | 1010 | 0 | 100110 | 10111100 | 1000000 | 100110 |
Color Harmonies of #238F9F
Complementary color
Monochromatic Colors of #238F9F
Black with #238F9F
Text Example
Text Example
White with #238F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F9F; }
p { color: rgb(35,143,159); }
H1.HeaderClassName
{
color: #238F9F;
}
.AnyTagClassName
{
color: #238F9F;
}
</style>
background-color css
<style>
a { background-color: #238F9F; }
a { background-color: rgb(35,143,159); }
div.DivClassName
{
background-color: #238F9F;
}
.BgClassName
{
background-color: #238F9F;
}
</style>
border-color css
<style>
span { border-color: #238F9F; }
span { border-color: rgb(35,143,159); }
td.TdClassName
{
border-color: #238F9F;
}
.TagClassName
{
border-color: #238F9F;
}
</style>