Shades of Scooter #268A9B
Tints of Scooter #268A9B
RGB
CMYK
RGB Variations
Color information
#268A9B (or 0x268A9B) is known color: Scooter. HEX triplet: 26, 8A and 9B. RGB value is (38,138,155). Sum of RGB (Red+Green+Blue) = 38+138+155=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #268A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A9B is #D97564. Grayscale: #6D6D6D. Windows color (decimal): -14251365 or 10193446. OLE color: 10193446.
HSL color Cylindrical-coordinate representation of color #268A9B: hue angle of 188.72º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268A9B is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 138 | 155 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.39 |
| HSL | 188.72º | 0.61% | 0.38% | - |
| HSV(B) | 188.72º | 0.75% | 0.61% | - |
| XYZ | 15.8 | 20.96 | 34.22 | - |
| YUV | 110.04 | 153.37 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 155 | 0.75 | 0.11 | 0 | 0.39 | 188.72 | 0.61 | 0.38 |
| Hex | 26 | 8A | 9B | 4B | B | 0 | 27 | BD | 3D | 26 |
| Octal | 46 | 212 | 233 | 113 | 13 | 0 | 47 | 275 | 75 | 46 |
| Binary | 100110 | 10001010 | 10011011 | 1001011 | 1011 | 0 | 100111 | 10111101 | 111101 | 100110 |
Color Harmonies of #268A9B
Complementary color
Monochromatic Colors of #268A9B
Black with #268A9B
Text Example
Text Example
White with #268A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A9B; }
p { color: rgb(38,138,155); }
H1.HeaderClassName
{
color: #268A9B;
}
.AnyTagClassName
{
color: #268A9B;
}
</style>
background-color css
<style>
a { background-color: #268A9B; }
a { background-color: rgb(38,138,155); }
div.DivClassName
{
background-color: #268A9B;
}
.BgClassName
{
background-color: #268A9B;
}
</style>
border-color css
<style>
span { border-color: #268A9B; }
span { border-color: rgb(38,138,155); }
td.TdClassName
{
border-color: #268A9B;
}
.TagClassName
{
border-color: #268A9B;
}
</style>