Shades of Scooter #26899D
Tints of Scooter #26899D
RGB
CMYK
RGB Variations
Color information
#26899D (or 0x26899D) is known color: Scooter. HEX triplet: 26, 89 and 9D. RGB value is (38,137,157). Sum of RGB (Red+Green+Blue) = 38+137+157=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #26899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26899D is #D97662. Grayscale: #6D6D6D. Windows color (decimal): -14251619 or 10324262. OLE color: 10324262.
HSL color Cylindrical-coordinate representation of color #26899D: hue angle of 190.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26899D is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 137 | 157 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.38 |
| HSL | 190.08º | 0.61% | 0.38% | - |
| HSV(B) | 190.08º | 0.76% | 0.62% | - |
| XYZ | 15.83 | 20.74 | 35.07 | - |
| YUV | 109.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 157 | 0.76 | 0.13 | 0 | 0.38 | 190.08 | 0.61 | 0.38 |
| Hex | 26 | 89 | 9D | 4C | D | 0 | 26 | BE | 3D | 26 |
| Octal | 46 | 211 | 235 | 114 | 15 | 0 | 46 | 276 | 75 | 46 |
| Binary | 100110 | 10001001 | 10011101 | 1001100 | 1101 | 0 | 100110 | 10111110 | 111101 | 100110 |
Color Harmonies of #26899D
Complementary color
Monochromatic Colors of #26899D
Black with #26899D
Text Example
Text Example
White with #26899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26899D; }
p { color: rgb(38,137,157); }
H1.HeaderClassName
{
color: #26899D;
}
.AnyTagClassName
{
color: #26899D;
}
</style>
background-color css
<style>
a { background-color: #26899D; }
a { background-color: rgb(38,137,157); }
div.DivClassName
{
background-color: #26899D;
}
.BgClassName
{
background-color: #26899D;
}
</style>
border-color css
<style>
span { border-color: #26899D; }
span { border-color: rgb(38,137,157); }
td.TdClassName
{
border-color: #26899D;
}
.TagClassName
{
border-color: #26899D;
}
</style>