Shades of Scooter #268B9B
Tints of Scooter #268B9B
RGB
CMYK
RGB Variations
Color information
#268B9B (or 0x268B9B) is known color: Scooter. HEX triplet: 26, 8B and 9B. RGB value is (38,139,155). Sum of RGB (Red+Green+Blue) = 38+139+155=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #268B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B9B is #D97464. Grayscale: #6E6E6E. Windows color (decimal): -14251109 or 10193702. OLE color: 10193702.
HSL color Cylindrical-coordinate representation of color #268B9B: hue angle of 188.21º 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 #268B9B is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 139 | 155 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.39 |
| HSL | 188.21º | 0.61% | 0.38% | - |
| HSV(B) | 188.21º | 0.75% | 0.61% | - |
| XYZ | 15.95 | 21.24 | 34.27 | - |
| YUV | 110.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 155 | 0.75 | 0.10 | 0 | 0.39 | 188.21 | 0.61 | 0.38 |
| Hex | 26 | 8B | 9B | 4B | A | 0 | 27 | BC | 3D | 26 |
| Octal | 46 | 213 | 233 | 113 | 12 | 0 | 47 | 274 | 75 | 46 |
| Binary | 100110 | 10001011 | 10011011 | 1001011 | 1010 | 0 | 100111 | 10111100 | 111101 | 100110 |
Color Harmonies of #268B9B
Complementary color
Monochromatic Colors of #268B9B
Black with #268B9B
Text Example
Text Example
White with #268B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B9B; }
p { color: rgb(38,139,155); }
H1.HeaderClassName
{
color: #268B9B;
}
.AnyTagClassName
{
color: #268B9B;
}
</style>
background-color css
<style>
a { background-color: #268B9B; }
a { background-color: rgb(38,139,155); }
div.DivClassName
{
background-color: #268B9B;
}
.BgClassName
{
background-color: #268B9B;
}
</style>
border-color css
<style>
span { border-color: #268B9B; }
span { border-color: rgb(38,139,155); }
td.TdClassName
{
border-color: #268B9B;
}
.TagClassName
{
border-color: #268B9B;
}
</style>