Shades of Allports #217B8F
Tints of Allports #217B8F
RGB
CMYK
RGB Variations
Color information
#217B8F (or 0x217B8F) is known color: Allports. HEX triplet: 21, 7B and 8F. RGB value is (33,123,143). Sum of RGB (Red+Green+Blue) = 33+123+143=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #217B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B8F is #DE8470. Grayscale: #626262. Windows color (decimal): -14582897 or 9403169. OLE color: 9403169.
HSL color Cylindrical-coordinate representation of color #217B8F: hue angle of 190.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217B8F is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 123 | 143 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.44 |
| HSL | 190.91º | 0.63% | 0.35% | - |
| HSV(B) | 190.91º | 0.77% | 0.56% | - |
| XYZ | 12.67 | 16.47 | 28.5 | - |
| YUV | 98.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 143 | 0.77 | 0.14 | 0 | 0.44 | 190.91 | 0.63 | 0.35 |
| Hex | 21 | 7B | 8F | 4D | E | 0 | 2C | BF | 3E | 23 |
| Octal | 41 | 173 | 217 | 115 | 16 | 0 | 54 | 277 | 76 | 43 |
| Binary | 100001 | 1111011 | 10001111 | 1001101 | 1110 | 0 | 101100 | 10111111 | 111110 | 100011 |
Color Harmonies of #217B8F
Complementary color
Monochromatic Colors of #217B8F
Black with #217B8F
Text Example
Text Example
White with #217B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B8F; }
p { color: rgb(33,123,143); }
H1.HeaderClassName
{
color: #217B8F;
}
.AnyTagClassName
{
color: #217B8F;
}
</style>
background-color css
<style>
a { background-color: #217B8F; }
a { background-color: rgb(33,123,143); }
div.DivClassName
{
background-color: #217B8F;
}
.BgClassName
{
background-color: #217B8F;
}
</style>
border-color css
<style>
span { border-color: #217B8F; }
span { border-color: rgb(33,123,143); }
td.TdClassName
{
border-color: #217B8F;
}
.TagClassName
{
border-color: #217B8F;
}
</style>