Shades of Scooter #1F88A5
Tints of Scooter #1F88A5
RGB
CMYK
RGB Variations
Color information
#1F88A5 (or 0x1F88A5) is known color: Scooter. HEX triplet: 1F, 88 and A5. RGB value is (31,136,165). Sum of RGB (Red+Green+Blue) = 31+136+165=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F88A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F88A5 is #E0775A. Grayscale: #6B6B6B. Windows color (decimal): -14710619 or 10848287. OLE color: 10848287.
HSL color Cylindrical-coordinate representation of color #1F88A5: hue angle of 192.99º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F88A5 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 136 | 165 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.35 |
| HSL | 192.99º | 0.68% | 0.38% | - |
| HSV(B) | 192.99º | 0.81% | 0.65% | - |
| XYZ | 16.16 | 20.62 | 38.72 | - |
| YUV | 107.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 165 | 0.81 | 0.18 | 0 | 0.35 | 192.99 | 0.68 | 0.38 |
| Hex | 1F | 88 | A5 | 51 | 12 | 0 | 23 | C1 | 44 | 26 |
| Octal | 37 | 210 | 245 | 121 | 22 | 0 | 43 | 301 | 104 | 46 |
| Binary | 11111 | 10001000 | 10100101 | 1010001 | 10010 | 0 | 100011 | 11000001 | 1000100 | 100110 |
Color Harmonies of #1F88A5
Complementary color
Monochromatic Colors of #1F88A5
Black with #1F88A5
Text Example
Text Example
White with #1F88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F88A5; }
p { color: rgb(31,136,165); }
H1.HeaderClassName
{
color: #1F88A5;
}
.AnyTagClassName
{
color: #1F88A5;
}
</style>
background-color css
<style>
a { background-color: #1F88A5; }
a { background-color: rgb(31,136,165); }
div.DivClassName
{
background-color: #1F88A5;
}
.BgClassName
{
background-color: #1F88A5;
}
</style>
border-color css
<style>
span { border-color: #1F88A5; }
span { border-color: rgb(31,136,165); }
td.TdClassName
{
border-color: #1F88A5;
}
.TagClassName
{
border-color: #1F88A5;
}
</style>