Shades of Scooter #268DA1
Tints of Scooter #268DA1
RGB
CMYK
RGB Variations
Color information
#268DA1 (or 0x268DA1) is known color: Scooter. HEX triplet: 26, 8D and A1. RGB value is (38,141,161). Sum of RGB (Red+Green+Blue) = 38+141+161=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #268DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268DA1 is #D9725E. Grayscale: #707070. Windows color (decimal): -14250591 or 10587430. OLE color: 10587430.
HSL color Cylindrical-coordinate representation of color #268DA1: hue angle of 189.76º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268DA1 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 141 | 161 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.37 |
| HSL | 189.76º | 0.62% | 0.39% | - |
| HSV(B) | 189.76º | 0.76% | 0.63% | - |
| XYZ | 16.76 | 22.04 | 37.09 | - |
| YUV | 112.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 161 | 0.76 | 0.12 | 0 | 0.37 | 189.76 | 0.62 | 0.39 |
| Hex | 26 | 8D | A1 | 4C | C | 0 | 25 | BE | 3E | 27 |
| Octal | 46 | 215 | 241 | 114 | 14 | 0 | 45 | 276 | 76 | 47 |
| Binary | 100110 | 10001101 | 10100001 | 1001100 | 1100 | 0 | 100101 | 10111110 | 111110 | 100111 |
Color Harmonies of #268DA1
Complementary color
Monochromatic Colors of #268DA1
Black with #268DA1
Text Example
Text Example
White with #268DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DA1; }
p { color: rgb(38,141,161); }
H1.HeaderClassName
{
color: #268DA1;
}
.AnyTagClassName
{
color: #268DA1;
}
</style>
background-color css
<style>
a { background-color: #268DA1; }
a { background-color: rgb(38,141,161); }
div.DivClassName
{
background-color: #268DA1;
}
.BgClassName
{
background-color: #268DA1;
}
</style>
border-color css
<style>
span { border-color: #268DA1; }
span { border-color: rgb(38,141,161); }
td.TdClassName
{
border-color: #268DA1;
}
.TagClassName
{
border-color: #268DA1;
}
</style>