Html Css Color HEX #1C8998 Java

📋 copy color: '#1C8998'

red 28 ◦ green 137 ◦ blue 152

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

Shades of Java #1C8998

Tints of Java #1C8998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 8.83%
G = 43.22%
B = 47.95%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C8998 (or 0x1C8998) is known color: Java. HEX triplet: 1C, 89 and 98. RGB value is (28,137,152). Sum of RGB (Red+Green+Blue) = 28+137+152=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C8998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8998 is #E37667. Grayscale: #696969. Windows color (decimal): -14906984 or 9996572. OLE color: 9996572.

HSL color Cylindrical-coordinate representation of color #1C8998: hue angle of 187.26º 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 #1C8998 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 137 152 -
CMYK 0.82 0.10 0 0.40
HSL 187.26º 0.69% 0.35% -
HSV(B) 187.26º 0.82% 0.6% -
XYZ 15.09 20.41 32.85 -
YUV 106.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 28 137 152 0.82 0.10 0 0.40 187.26 0.69 0.35
Hex 1C 89 98 52 A 0 28 BB 45 23
Octal 34 211 230 122 12 0 50 273 105 43
Binary 11100 10001001 10011000 1010010 1010 0 101000 10111011 1000101 100011

Color Harmonies of #1C8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8998

Black with #1C8998

Text Example


Text Example

White with #1C8998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,137,152); }

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

background-color css

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

 a { background-color: rgb(28,137,152); }

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

border-color css

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

 span { border-color: rgb(28,137,152); }

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