Shades of Scooter #268F9F
Tints of Scooter #268F9F
RGB
CMYK
RGB Variations
Color information
#268F9F (or 0x268F9F) is known color: Scooter. HEX triplet: 26, 8F and 9F. RGB value is (38,143,159). Sum of RGB (Red+Green+Blue) = 38+143+159=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #268F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F9F is #D97060. Grayscale: #717171. Windows color (decimal): -14250081 or 10456870. OLE color: 10456870.
HSL color Cylindrical-coordinate representation of color #268F9F: hue angle of 187.93º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268F9F is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 143 | 159 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.38 |
| HSL | 187.93º | 0.61% | 0.39% | - |
| HSV(B) | 187.93º | 0.76% | 0.62% | - |
| XYZ | 16.88 | 22.56 | 36.27 | - |
| YUV | 113.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 159 | 0.76 | 0.10 | 0 | 0.38 | 187.93 | 0.61 | 0.39 |
| Hex | 26 | 8F | 9F | 4C | A | 0 | 26 | BC | 3D | 27 |
| Octal | 46 | 217 | 237 | 114 | 12 | 0 | 46 | 274 | 75 | 47 |
| Binary | 100110 | 10001111 | 10011111 | 1001100 | 1010 | 0 | 100110 | 10111100 | 111101 | 100111 |
Color Harmonies of #268F9F
Complementary color
Monochromatic Colors of #268F9F
Black with #268F9F
Text Example
Text Example
White with #268F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F9F; }
p { color: rgb(38,143,159); }
H1.HeaderClassName
{
color: #268F9F;
}
.AnyTagClassName
{
color: #268F9F;
}
</style>
background-color css
<style>
a { background-color: #268F9F; }
a { background-color: rgb(38,143,159); }
div.DivClassName
{
background-color: #268F9F;
}
.BgClassName
{
background-color: #268F9F;
}
</style>
border-color css
<style>
span { border-color: #268F9F; }
span { border-color: rgb(38,143,159); }
td.TdClassName
{
border-color: #268F9F;
}
.TagClassName
{
border-color: #268F9F;
}
</style>