#218C98

Color #218C98 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #218C98

Tints of Java #218C98

Color information

#218C98 (or 0x218C98) is unknown color: approx Java. HEX triplet: 21, 8C and 98. RGB value is (33,140,152). Sum of RGB (Red+Green+Blue) = 33+140+152=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #218C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C98 is #DE7367. Grayscale: #6D6D6D. Windows color (decimal): -14578536 or 9997345. OLE color: 9997345.

HSL color Cylindrical-coordinate representation of color #218C98: hue angle of 186.05º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218C98 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33140152-
CMYK0.780.0800.40
HSL186.05º64.32%36.27%-
HSV(B)186.05º78.29%59.61%-
XYZ15.6721.3533-
YUV109.38152.0573.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 140 (55.08% from 255) = 43.08%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=10.15%
G=43.08%
B=46.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331401520.780.0800.40186.0564.3236.27
Hex218C984E8028ba4024
Octal412142301161005027210044
Binary1000011000110010011000100111010000101000101110101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218C98; }

 p { color: rgb(33,140,152); }

 H1.HeaderClassName
 {
   color: #218C98;
 }
 .AnyTagClassName
 {
   color: #218C98;
 }
</style>
background-color css

<style>
 a { background-color: #218C98; }

 a { background-color: rgb(33,140,152); }

 div.DivClassName
 {
   background-color: #218C98;
 }
 .BgClassName
 {
   background-color: #218C98;
 }
</style>
border-color css

<style>
 span { border-color: #218C98; }

 span { border-color: rgb(33,140,152); }

 td.TdClassName
 {
   border-color: #218C98;
 }
 .TagClassName
 {
   border-color: #218C98;
 }
</style>