Shades of Scooter #2C8F9D
Tints of Scooter #2C8F9D
RGB
CMYK
RGB Variations
Color information
#2C8F9D (or 0x2C8F9D) is known color: Scooter. HEX triplet: 2C, 8F and 9D. RGB value is (44,143,157). Sum of RGB (Red+Green+Blue) = 44+143+157=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C8F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8F9D is #D37062. Grayscale: #727272. Windows color (decimal): -13856867 or 10325804. OLE color: 10325804.
HSL color Cylindrical-coordinate representation of color #2C8F9D: hue angle of 187.43º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C8F9D is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 143 | 157 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.38 |
| HSL | 187.43º | 0.56% | 0.39% | - |
| HSV(B) | 187.43º | 0.72% | 0.62% | - |
| XYZ | 16.95 | 22.61 | 35.37 | - |
| YUV | 115 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 143 | 157 | 0.72 | 0.09 | 0 | 0.38 | 187.43 | 0.56 | 0.39 |
| Hex | 2C | 8F | 9D | 48 | 9 | 0 | 26 | BB | 38 | 27 |
| Octal | 54 | 217 | 235 | 110 | 11 | 0 | 46 | 273 | 70 | 47 |
| Binary | 101100 | 10001111 | 10011101 | 1001000 | 1001 | 0 | 100110 | 10111011 | 111000 | 100111 |
Color Harmonies of #2C8F9D
Complementary color
Monochromatic Colors of #2C8F9D
Black with #2C8F9D
Text Example
Text Example
White with #2C8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8F9D; }
p { color: rgb(44,143,157); }
H1.HeaderClassName
{
color: #2C8F9D;
}
.AnyTagClassName
{
color: #2C8F9D;
}
</style>
background-color css
<style>
a { background-color: #2C8F9D; }
a { background-color: rgb(44,143,157); }
div.DivClassName
{
background-color: #2C8F9D;
}
.BgClassName
{
background-color: #2C8F9D;
}
</style>
border-color css
<style>
span { border-color: #2C8F9D; }
span { border-color: rgb(44,143,157); }
td.TdClassName
{
border-color: #2C8F9D;
}
.TagClassName
{
border-color: #2C8F9D;
}
</style>