Shades of Java #218F97
Tints of Java #218F97
RGB
CMYK
RGB Variations
Color information
#218F97 (or 0x218F97) is known color: Java. HEX triplet: 21, 8F and 97. RGB value is (33,143,151). Sum of RGB (Red+Green+Blue) = 33+143+151=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #218F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F97 is #DE7068. Grayscale: #6E6E6E. Windows color (decimal): -14577769 or 9932577. OLE color: 9932577.
HSL color Cylindrical-coordinate representation of color #218F97: hue angle of 184.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218F97 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 143 | 151 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.41 |
| HSL | 184.07º | 0.64% | 0.36% | - |
| HSV(B) | 184.07º | 0.78% | 0.59% | - |
| XYZ | 16.04 | 22.2 | 32.72 | - |
| YUV | 111.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 151 | 0.78 | 0.05 | 0 | 0.41 | 184.07 | 0.64 | 0.36 |
| Hex | 21 | 8F | 97 | 4E | 5 | 0 | 29 | B8 | 40 | 24 |
| Octal | 41 | 217 | 227 | 116 | 5 | 0 | 51 | 270 | 100 | 44 |
| Binary | 100001 | 10001111 | 10010111 | 1001110 | 101 | 0 | 101001 | 10111000 | 1000000 | 100100 |
Color Harmonies of #218F97
Complementary color
Monochromatic Colors of #218F97
Black with #218F97
Text Example
Text Example
White with #218F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F97; }
p { color: rgb(33,143,151); }
H1.HeaderClassName
{
color: #218F97;
}
.AnyTagClassName
{
color: #218F97;
}
</style>
background-color css
<style>
a { background-color: #218F97; }
a { background-color: rgb(33,143,151); }
div.DivClassName
{
background-color: #218F97;
}
.BgClassName
{
background-color: #218F97;
}
</style>
border-color css
<style>
span { border-color: #218F97; }
span { border-color: rgb(33,143,151); }
td.TdClassName
{
border-color: #218F97;
}
.TagClassName
{
border-color: #218F97;
}
</style>