Shades of Scooter #268AA9
Tints of Scooter #268AA9
RGB
CMYK
RGB Variations
Color information
#268AA9 (or 0x268AA9) is known color: Scooter. HEX triplet: 26, 8A and A9. RGB value is (38,138,169). Sum of RGB (Red+Green+Blue) = 38+138+169=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #268AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268AA9 is #D97556. Grayscale: #6F6F6F. Windows color (decimal): -14251351 or 11110950. OLE color: 11110950.
HSL color Cylindrical-coordinate representation of color #268AA9: hue angle of 194.2º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268AA9 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 138 | 169 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.34 |
| HSL | 194.2º | 0.63% | 0.41% | - |
| HSV(B) | 194.2º | 0.78% | 0.66% | - |
| XYZ | 17.05 | 21.45 | 40.78 | - |
| YUV | 111.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 169 | 0.78 | 0.18 | 0 | 0.34 | 194.2 | 0.63 | 0.41 |
| Hex | 26 | 8A | A9 | 4E | 12 | 0 | 22 | C2 | 3F | 29 |
| Octal | 46 | 212 | 251 | 116 | 22 | 0 | 42 | 302 | 77 | 51 |
| Binary | 100110 | 10001010 | 10101001 | 1001110 | 10010 | 0 | 100010 | 11000010 | 111111 | 101001 |
Color Harmonies of #268AA9
Complementary color
Monochromatic Colors of #268AA9
Black with #268AA9
Text Example
Text Example
White with #268AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AA9; }
p { color: rgb(38,138,169); }
H1.HeaderClassName
{
color: #268AA9;
}
.AnyTagClassName
{
color: #268AA9;
}
</style>
background-color css
<style>
a { background-color: #268AA9; }
a { background-color: rgb(38,138,169); }
div.DivClassName
{
background-color: #268AA9;
}
.BgClassName
{
background-color: #268AA9;
}
</style>
border-color css
<style>
span { border-color: #268AA9; }
span { border-color: rgb(38,138,169); }
td.TdClassName
{
border-color: #268AA9;
}
.TagClassName
{
border-color: #268AA9;
}
</style>