Shades of Scooter #268B9E
Tints of Scooter #268B9E
RGB
CMYK
RGB Variations
Color information
#268B9E (or 0x268B9E) is known color: Scooter. HEX triplet: 26, 8B and 9E. RGB value is (38,139,158). Sum of RGB (Red+Green+Blue) = 38+139+158=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #268B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B9E is #D97461. Grayscale: #6E6E6E. Windows color (decimal): -14251106 or 10390310. OLE color: 10390310.
HSL color Cylindrical-coordinate representation of color #268B9E: hue angle of 189.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268B9E is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 139 | 158 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.38 |
| HSL | 189.5º | 0.61% | 0.38% | - |
| HSV(B) | 189.5º | 0.76% | 0.62% | - |
| XYZ | 16.2 | 21.35 | 35.61 | - |
| YUV | 110.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 158 | 0.76 | 0.12 | 0 | 0.38 | 189.5 | 0.61 | 0.38 |
| Hex | 26 | 8B | 9E | 4C | C | 0 | 26 | BE | 3D | 26 |
| Octal | 46 | 213 | 236 | 114 | 14 | 0 | 46 | 276 | 75 | 46 |
| Binary | 100110 | 10001011 | 10011110 | 1001100 | 1100 | 0 | 100110 | 10111110 | 111101 | 100110 |
Color Harmonies of #268B9E
Complementary color
Monochromatic Colors of #268B9E
Black with #268B9E
Text Example
Text Example
White with #268B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B9E; }
p { color: rgb(38,139,158); }
H1.HeaderClassName
{
color: #268B9E;
}
.AnyTagClassName
{
color: #268B9E;
}
</style>
background-color css
<style>
a { background-color: #268B9E; }
a { background-color: rgb(38,139,158); }
div.DivClassName
{
background-color: #268B9E;
}
.BgClassName
{
background-color: #268B9E;
}
</style>
border-color css
<style>
span { border-color: #268B9E; }
span { border-color: rgb(38,139,158); }
td.TdClassName
{
border-color: #268B9E;
}
.TagClassName
{
border-color: #268B9E;
}
</style>