Html Css Color HEX #218896 Java

📋 copy color: '#218896'

red 33 ◦ green 136 ◦ blue 150

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

Shades of Java #218896

Tints of Java #218896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 10.34%
G = 42.63%
B = 47.02%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#218896 (or 0x218896) is known color: Java. HEX triplet: 21, 88 and 96. RGB value is (33,136,150). Sum of RGB (Red+Green+Blue) = 33+136+150=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #218896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218896 is #DE7769. Grayscale: #6A6A6A. Windows color (decimal): -14579562 or 9865249. OLE color: 9865249.

HSL color Cylindrical-coordinate representation of color #218896: hue angle of 187.18º 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 #218896 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 136 150 -
CMYK 0.78 0.09 0 0.41
HSL 187.18º 0.64% 0.36% -
HSV(B) 187.18º 0.78% 0.59% -
XYZ 14.94 20.13 31.95 -
YUV 106.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 33 136 150 0.78 0.09 0 0.41 187.18 0.64 0.36
Hex 21 88 96 4E 9 0 29 BB 40 24
Octal 41 210 226 116 11 0 51 273 100 44
Binary 100001 10001000 10010110 1001110 1001 0 101001 10111011 1000000 100100

Color Harmonies of #218896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218896

Black with #218896

Text Example


Text Example

White with #218896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218896; }

 p { color: rgb(33,136,150); }

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

background-color css

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

 a { background-color: rgb(33,136,150); }

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

border-color css

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

 span { border-color: rgb(33,136,150); }

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