Shades of Java #218E8F
Tints of Java #218E8F
RGB
CMYK
RGB Variations
Color information
#218E8F (or 0x218E8F) is known color: Java. HEX triplet: 21, 8E and 8F. RGB value is (33,142,143). Sum of RGB (Red+Green+Blue) = 33+142+143=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #218E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E8F is #DE7170. Grayscale: #6D6D6D. Windows color (decimal): -14578033 or 9408033. OLE color: 9408033.
HSL color Cylindrical-coordinate representation of color #218E8F: hue angle of 180.55º 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 #218E8F is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 143 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.44 |
| HSL | 180.55º | 0.63% | 0.35% | - |
| HSV(B) | 180.55º | 0.77% | 0.56% | - |
| XYZ | 15.26 | 21.65 | 29.36 | - |
| YUV | 109.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 143 | 0.77 | 0.01 | 0 | 0.44 | 180.55 | 0.63 | 0.35 |
| Hex | 21 | 8E | 8F | 4D | 1 | 0 | 2C | B5 | 3E | 23 |
| Octal | 41 | 216 | 217 | 115 | 1 | 0 | 54 | 265 | 76 | 43 |
| Binary | 100001 | 10001110 | 10001111 | 1001101 | 1 | 0 | 101100 | 10110101 | 111110 | 100011 |
Color Harmonies of #218E8F
Complementary color
Monochromatic Colors of #218E8F
Black with #218E8F
Text Example
Text Example
White with #218E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E8F; }
p { color: rgb(33,142,143); }
H1.HeaderClassName
{
color: #218E8F;
}
.AnyTagClassName
{
color: #218E8F;
}
</style>
background-color css
<style>
a { background-color: #218E8F; }
a { background-color: rgb(33,142,143); }
div.DivClassName
{
background-color: #218E8F;
}
.BgClassName
{
background-color: #218E8F;
}
</style>
border-color css
<style>
span { border-color: #218E8F; }
span { border-color: rgb(33,142,143); }
td.TdClassName
{
border-color: #218E8F;
}
.TagClassName
{
border-color: #218E8F;
}
</style>