Shades of Scooter #268A9F
Tints of Scooter #268A9F
RGB
CMYK
RGB Variations
Color information
#268A9F (or 0x268A9F) is known color: Scooter. HEX triplet: 26, 8A and 9F. RGB value is (38,138,159). Sum of RGB (Red+Green+Blue) = 38+138+159=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #268A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A9F is #D97560. Grayscale: #6E6E6E. Windows color (decimal): -14251361 or 10455590. OLE color: 10455590.
HSL color Cylindrical-coordinate representation of color #268A9F: hue angle of 190.41º 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 #268A9F is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 138 | 159 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.38 |
| HSL | 190.41º | 0.61% | 0.39% | - |
| HSV(B) | 190.41º | 0.76% | 0.62% | - |
| XYZ | 16.15 | 21.09 | 36.02 | - |
| YUV | 110.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 159 | 0.76 | 0.13 | 0 | 0.38 | 190.41 | 0.61 | 0.39 |
| Hex | 26 | 8A | 9F | 4C | D | 0 | 26 | BE | 3D | 27 |
| Octal | 46 | 212 | 237 | 114 | 15 | 0 | 46 | 276 | 75 | 47 |
| Binary | 100110 | 10001010 | 10011111 | 1001100 | 1101 | 0 | 100110 | 10111110 | 111101 | 100111 |
Color Harmonies of #268A9F
Complementary color
Monochromatic Colors of #268A9F
Black with #268A9F
Text Example
Text Example
White with #268A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A9F; }
p { color: rgb(38,138,159); }
H1.HeaderClassName
{
color: #268A9F;
}
.AnyTagClassName
{
color: #268A9F;
}
</style>
background-color css
<style>
a { background-color: #268A9F; }
a { background-color: rgb(38,138,159); }
div.DivClassName
{
background-color: #268A9F;
}
.BgClassName
{
background-color: #268A9F;
}
</style>
border-color css
<style>
span { border-color: #268A9F; }
span { border-color: rgb(38,138,159); }
td.TdClassName
{
border-color: #268A9F;
}
.TagClassName
{
border-color: #268A9F;
}
</style>