Html Css Color HEX #1C8899 Java

📋 copy color: '#1C8899'

red 28 ◦ green 136 ◦ blue 153

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

Shades of Java #1C8899

Tints of Java #1C8899

RGB

 RED value IS 28 (11.33% from 255) = 8.83%

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

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

R = 8.83%
G = 42.9%
B = 48.26%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C8899 (or 0x1C8899) is known color: Java. HEX triplet: 1C, 88 and 99. RGB value is (28,136,153). Sum of RGB (Red+Green+Blue) = 28+136+153=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C8899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8899 is #E37766. Grayscale: #696969. Windows color (decimal): -14907239 or 10061852. OLE color: 10061852.

HSL color Cylindrical-coordinate representation of color #1C8899: hue angle of 188.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C8899 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 136 153 -
CMYK 0.82 0.11 0 0.4
HSL 188.16º 0.69% 0.35% -
HSV(B) 188.16º 0.82% 0.6% -
XYZ 15.03 20.16 33.24 -
YUV 105.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 28 136 153 0.82 0.11 0 0.4 188.16 0.69 0.35
Hex 1C 88 99 52 B 0 28 BC 45 23
Octal 34 210 231 122 13 0 50 274 105 43
Binary 11100 10001000 10011001 1010010 1011 0 101000 10111100 1000101 100011

Color Harmonies of #1C8899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8899

Black with #1C8899

Text Example


Text Example

White with #1C8899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C8899; }

 p { color: rgb(28,136,153); }

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

background-color css

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

 a { background-color: rgb(28,136,153); }

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

border-color css

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

 span { border-color: rgb(28,136,153); }

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