Shades of Scooter #268F9B
Tints of Scooter #268F9B
RGB
CMYK
RGB Variations
Color information
#268F9B (or 0x268F9B) is known color: Scooter. HEX triplet: 26, 8F and 9B. RGB value is (38,143,155). Sum of RGB (Red+Green+Blue) = 38+143+155=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #268F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F9B is #D97064. Grayscale: #707070. Windows color (decimal): -14250085 or 10194726. OLE color: 10194726.
HSL color Cylindrical-coordinate representation of color #268F9B: hue angle of 186.15º 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 #268F9B is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 143 | 155 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.39 |
| HSL | 186.15º | 0.61% | 0.38% | - |
| HSV(B) | 186.15º | 0.75% | 0.61% | - |
| XYZ | 16.54 | 22.42 | 34.47 | - |
| YUV | 112.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 155 | 0.75 | 0.08 | 0 | 0.39 | 186.15 | 0.61 | 0.38 |
| Hex | 26 | 8F | 9B | 4B | 8 | 0 | 27 | BA | 3D | 26 |
| Octal | 46 | 217 | 233 | 113 | 10 | 0 | 47 | 272 | 75 | 46 |
| Binary | 100110 | 10001111 | 10011011 | 1001011 | 1000 | 0 | 100111 | 10111010 | 111101 | 100110 |
Color Harmonies of #268F9B
Complementary color
Monochromatic Colors of #268F9B
Black with #268F9B
Text Example
Text Example
White with #268F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F9B; }
p { color: rgb(38,143,155); }
H1.HeaderClassName
{
color: #268F9B;
}
.AnyTagClassName
{
color: #268F9B;
}
</style>
background-color css
<style>
a { background-color: #268F9B; }
a { background-color: rgb(38,143,155); }
div.DivClassName
{
background-color: #268F9B;
}
.BgClassName
{
background-color: #268F9B;
}
</style>
border-color css
<style>
span { border-color: #268F9B; }
span { border-color: rgb(38,143,155); }
td.TdClassName
{
border-color: #268F9B;
}
.TagClassName
{
border-color: #268F9B;
}
</style>