Shades of Scooter #268B9C
Tints of Scooter #268B9C
RGB
CMYK
RGB Variations
Color information
#268B9C (or 0x268B9C) is known color: Scooter. HEX triplet: 26, 8B and 9C. RGB value is (38,139,156). Sum of RGB (Red+Green+Blue) = 38+139+156=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #268B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B9C is #D97463. Grayscale: #6E6E6E. Windows color (decimal): -14251108 or 10259238. OLE color: 10259238.
HSL color Cylindrical-coordinate representation of color #268B9C: hue angle of 188.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268B9C is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 139 | 156 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.39 |
| HSL | 188.64º | 0.61% | 0.38% | - |
| HSV(B) | 188.64º | 0.76% | 0.61% | - |
| XYZ | 16.03 | 21.28 | 34.71 | - |
| YUV | 110.74 | 153.54 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 156 | 0.76 | 0.11 | 0 | 0.39 | 188.64 | 0.61 | 0.38 |
| Hex | 26 | 8B | 9C | 4C | B | 0 | 27 | BD | 3D | 26 |
| Octal | 46 | 213 | 234 | 114 | 13 | 0 | 47 | 275 | 75 | 46 |
| Binary | 100110 | 10001011 | 10011100 | 1001100 | 1011 | 0 | 100111 | 10111101 | 111101 | 100110 |
Color Harmonies of #268B9C
Complementary color
Monochromatic Colors of #268B9C
Black with #268B9C
Text Example
Text Example
White with #268B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B9C; }
p { color: rgb(38,139,156); }
H1.HeaderClassName
{
color: #268B9C;
}
.AnyTagClassName
{
color: #268B9C;
}
</style>
background-color css
<style>
a { background-color: #268B9C; }
a { background-color: rgb(38,139,156); }
div.DivClassName
{
background-color: #268B9C;
}
.BgClassName
{
background-color: #268B9C;
}
</style>
border-color css
<style>
span { border-color: #268B9C; }
span { border-color: rgb(38,139,156); }
td.TdClassName
{
border-color: #268B9C;
}
.TagClassName
{
border-color: #268B9C;
}
</style>