Html Css Color HEX #219D9E Java

📋 copy color: '#219D9E'

red 33 ◦ green 157 ◦ blue 158

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

Shades of Java #219D9E

Tints of Java #219D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 9.48%
G = 45.11%
B = 45.4%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#219D9E (or 0x219D9E) is known color: Java. HEX triplet: 21, 9D and 9E. RGB value is (33,157,158). Sum of RGB (Red+Green+Blue) = 33+157+158=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #219D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219D9E is #DE6261. Grayscale: #777777. Windows color (decimal): -14574178 or 10394913. OLE color: 10394913.

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

Color convert

RGB 33 157 158 -
CMYK 0.79 0.01 0 0.38
HSL 180.48º 0.65% 0.37% -
HSV(B) 180.48º 0.79% 0.62% -
XYZ 18.86 26.91 36.55 -
YUV 120.04 149.42 65.92 -
System Red Green Blue C M Y K H S L
Decimal 33 157 158 0.79 0.01 0 0.38 180.48 0.65 0.37
Hex 21 9D 9E 4F 1 0 26 B4 41 25
Octal 41 235 236 117 1 0 46 264 101 45
Binary 100001 10011101 10011110 1001111 1 0 100110 10110100 1000001 100101

Color Harmonies of #219D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D9E

Black with #219D9E

Text Example


Text Example

White with #219D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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