Html Css Color HEX #218F9D Java

📋 copy color: '#218F9D'

red 33 ◦ green 143 ◦ blue 157

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

Shades of Java #218F9D

Tints of Java #218F9D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

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

R = 9.91%
G = 42.94%
B = 47.15%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#218F9D (or 0x218F9D) is known color: Java. HEX triplet: 21, 8F and 9D. RGB value is (33,143,157). Sum of RGB (Red+Green+Blue) = 33+143+157=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #218F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F9D is #DE7062. Grayscale: #6F6F6F. Windows color (decimal): -14577763 or 10325793. OLE color: 10325793.

HSL color Cylindrical-coordinate representation of color #218F9D: hue angle of 186.77º 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 #218F9D is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 143 157 -
CMYK 0.79 0.09 0 0.38
HSL 186.77º 0.65% 0.37% -
HSV(B) 186.77º 0.79% 0.62% -
XYZ 16.54 22.4 35.35 -
YUV 111.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 33 143 157 0.79 0.09 0 0.38 186.77 0.65 0.37
Hex 21 8F 9D 4F 9 0 26 BB 41 25
Octal 41 217 235 117 11 0 46 273 101 45
Binary 100001 10001111 10011101 1001111 1001 0 100110 10111011 1000001 100101

Color Harmonies of #218F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218F9D

Black with #218F9D

Text Example


Text Example

White with #218F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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