Shades of Scooter #268FA4
Tints of Scooter #268FA4
RGB
CMYK
RGB Variations
Color information
#268FA4 (or 0x268FA4) is known color: Scooter. HEX triplet: 26, 8F and A4. RGB value is (38,143,164). Sum of RGB (Red+Green+Blue) = 38+143+164=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #268FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268FA4 is #D9705B. Grayscale: #717171. Windows color (decimal): -14250076 or 10784550. OLE color: 10784550.
HSL color Cylindrical-coordinate representation of color #268FA4: hue angle of 190º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #268FA4 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 143 | 164 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.36 |
| HSL | 190º | 0.62% | 0.4% | - |
| HSV(B) | 190º | 0.77% | 0.64% | - |
| XYZ | 17.32 | 22.74 | 38.6 | - |
| YUV | 114 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 164 | 0.77 | 0.13 | 0 | 0.36 | 190 | 0.62 | 0.4 |
| Hex | 26 | 8F | A4 | 4D | D | 0 | 24 | BE | 3E | 28 |
| Octal | 46 | 217 | 244 | 115 | 15 | 0 | 44 | 276 | 76 | 50 |
| Binary | 100110 | 10001111 | 10100100 | 1001101 | 1101 | 0 | 100100 | 10111110 | 111110 | 101000 |
Color Harmonies of #268FA4
Complementary color
Monochromatic Colors of #268FA4
Black with #268FA4
Text Example
Text Example
White with #268FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FA4; }
p { color: rgb(38,143,164); }
H1.HeaderClassName
{
color: #268FA4;
}
.AnyTagClassName
{
color: #268FA4;
}
</style>
background-color css
<style>
a { background-color: #268FA4; }
a { background-color: rgb(38,143,164); }
div.DivClassName
{
background-color: #268FA4;
}
.BgClassName
{
background-color: #268FA4;
}
</style>
border-color css
<style>
span { border-color: #268FA4; }
span { border-color: rgb(38,143,164); }
td.TdClassName
{
border-color: #268FA4;
}
.TagClassName
{
border-color: #268FA4;
}
</style>