Html Css Color HEX #218E9D Java

📋 copy color: '#218E9D'

red 33 ◦ green 142 ◦ blue 157

#218E9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #218E9D

Tints of Java #218E9D

RGB

 RED value IS 33 (13.28% from 255) = 9.94%

 GREEN value IS 142 (55.86% from 255) = 42.77%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 9.94%
G = 42.77%
B = 47.29%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#218E9D (or 0x218E9D) is known color: Java. HEX triplet: 21, 8E and 9D. RGB value is (33,142,157). Sum of RGB (Red+Green+Blue) = 33+142+157=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #218E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E9D is #DE7162. Grayscale: #6E6E6E. Windows color (decimal): -14578019 or 10325537. OLE color: 10325537.

HSL color Cylindrical-coordinate representation of color #218E9D: hue angle of 187.26º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #218E9D is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 142 157 -
CMYK 0.79 0.10 0 0.38
HSL 187.26º 0.65% 0.37% -
HSV(B) 187.26º 0.79% 0.62% -
XYZ 16.39 22.1 35.3 -
YUV 111.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 33 142 157 0.79 0.10 0 0.38 187.26 0.65 0.37
Hex 21 8E 9D 4F A 0 26 BB 41 25
Octal 41 216 235 117 12 0 46 273 101 45
Binary 100001 10001110 10011101 1001111 1010 0 100110 10111011 1000001 100101

Color Harmonies of #218E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218E9D

Black with #218E9D

Text Example


Text Example

White with #218E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,142,157); }

 H1.HeaderClassName
 {
   color: #218E9D;
 }
 .AnyTagClassName
 {
   color: #218E9D;
 }
</style>

background-color css

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

 a { background-color: rgb(33,142,157); }

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

border-color css

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

 span { border-color: rgb(33,142,157); }

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