Shades of Scooter #268B9A
Tints of Scooter #268B9A
RGB
CMYK
RGB Variations
Color information
#268B9A (or 0x268B9A) is known color: Scooter. HEX triplet: 26, 8B and 9A. RGB value is (38,139,154). Sum of RGB (Red+Green+Blue) = 38+139+154=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #268B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B9A is #D97465. Grayscale: #6E6E6E. Windows color (decimal): -14251110 or 10128166. OLE color: 10128166.
HSL color Cylindrical-coordinate representation of color #268B9A: hue angle of 187.76º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268B9A is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 139 | 154 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.40 |
| HSL | 187.76º | 0.6% | 0.38% | - |
| HSV(B) | 187.76º | 0.75% | 0.6% | - |
| XYZ | 15.86 | 21.21 | 33.83 | - |
| YUV | 110.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 154 | 0.75 | 0.10 | 0 | 0.40 | 187.76 | 0.6 | 0.38 |
| Hex | 26 | 8B | 9A | 4B | A | 0 | 28 | BC | 3C | 26 |
| Octal | 46 | 213 | 232 | 113 | 12 | 0 | 50 | 274 | 74 | 46 |
| Binary | 100110 | 10001011 | 10011010 | 1001011 | 1010 | 0 | 101000 | 10111100 | 111100 | 100110 |
Color Harmonies of #268B9A
Complementary color
Monochromatic Colors of #268B9A
Black with #268B9A
Text Example
Text Example
White with #268B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B9A; }
p { color: rgb(38,139,154); }
H1.HeaderClassName
{
color: #268B9A;
}
.AnyTagClassName
{
color: #268B9A;
}
</style>
background-color css
<style>
a { background-color: #268B9A; }
a { background-color: rgb(38,139,154); }
div.DivClassName
{
background-color: #268B9A;
}
.BgClassName
{
background-color: #268B9A;
}
</style>
border-color css
<style>
span { border-color: #268B9A; }
span { border-color: rgb(38,139,154); }
td.TdClassName
{
border-color: #268B9A;
}
.TagClassName
{
border-color: #268B9A;
}
</style>