Shades of Scooter #268AAA
Tints of Scooter #268AAA
RGB
CMYK
RGB Variations
Color information
#268AAA (or 0x268AAA) is known color: Scooter. HEX triplet: 26, 8A and AA. RGB value is (38,138,170). Sum of RGB (Red+Green+Blue) = 38+138+170=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #268AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268AAA is #D97555. Grayscale: #6F6F6F. Windows color (decimal): -14251350 or 11176486. OLE color: 11176486.
HSL color Cylindrical-coordinate representation of color #268AAA: hue angle of 194.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268AAA is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 138 | 170 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.33 |
| HSL | 194.55º | 0.63% | 0.41% | - |
| HSV(B) | 194.55º | 0.78% | 0.67% | - |
| XYZ | 17.14 | 21.49 | 41.27 | - |
| YUV | 111.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 170 | 0.78 | 0.19 | 0 | 0.33 | 194.55 | 0.63 | 0.41 |
| Hex | 26 | 8A | AA | 4E | 13 | 0 | 21 | C3 | 3F | 29 |
| Octal | 46 | 212 | 252 | 116 | 23 | 0 | 41 | 303 | 77 | 51 |
| Binary | 100110 | 10001010 | 10101010 | 1001110 | 10011 | 0 | 100001 | 11000011 | 111111 | 101001 |
Color Harmonies of #268AAA
Complementary color
Monochromatic Colors of #268AAA
Black with #268AAA
Text Example
Text Example
White with #268AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AAA; }
p { color: rgb(38,138,170); }
H1.HeaderClassName
{
color: #268AAA;
}
.AnyTagClassName
{
color: #268AAA;
}
</style>
background-color css
<style>
a { background-color: #268AAA; }
a { background-color: rgb(38,138,170); }
div.DivClassName
{
background-color: #268AAA;
}
.BgClassName
{
background-color: #268AAA;
}
</style>
border-color css
<style>
span { border-color: #268AAA; }
span { border-color: rgb(38,138,170); }
td.TdClassName
{
border-color: #268AAA;
}
.TagClassName
{
border-color: #268AAA;
}
</style>