Html Css Color HEX #218E99 Java

📋 copy color: '#218E99'

red 33 ◦ green 142 ◦ blue 153

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

Shades of Java #218E99

Tints of Java #218E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 10.06%
G = 43.29%
B = 46.65%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#218E99 (or 0x218E99) is known color: Java. HEX triplet: 21, 8E and 99. RGB value is (33,142,153). Sum of RGB (Red+Green+Blue) = 33+142+153=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #218E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E99 is #DE7166. Grayscale: #6E6E6E. Windows color (decimal): -14578023 or 10063393. OLE color: 10063393.

HSL color Cylindrical-coordinate representation of color #218E99: hue angle of 185.5º degrees, saturation: 0.65, 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 #218E99 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 142 153 -
CMYK 0.78 0.07 0 0.4
HSL 185.5º 0.65% 0.36% -
HSV(B) 185.5º 0.78% 0.6% -
XYZ 16.05 21.97 33.53 -
YUV 110.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 33 142 153 0.78 0.07 0 0.4 185.5 0.65 0.36
Hex 21 8E 99 4E 7 0 28 BA 41 24
Octal 41 216 231 116 7 0 50 272 101 44
Binary 100001 10001110 10011001 1001110 111 0 101000 10111010 1000001 100100

Color Harmonies of #218E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218E99

Black with #218E99

Text Example


Text Example

White with #218E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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