Html Css Color HEX #1C8799 Java

📋 copy color: '#1C8799'

red 28 ◦ green 135 ◦ blue 153

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

Shades of Java #1C8799

Tints of Java #1C8799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 8.86%
G = 42.72%
B = 48.42%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C8799 (or 0x1C8799) is known color: Java. HEX triplet: 1C, 87 and 99. RGB value is (28,135,153). Sum of RGB (Red+Green+Blue) = 28+135+153=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C8799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8799 is #E37866. Grayscale: #686868. Windows color (decimal): -14907495 or 10061596. OLE color: 10061596.

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

Color convert

RGB 28 135 153 -
CMYK 0.82 0.12 0 0.4
HSL 188.64º 0.69% 0.35% -
HSV(B) 188.64º 0.82% 0.6% -
XYZ 14.89 19.87 33.19 -
YUV 105.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 28 135 153 0.82 0.12 0 0.4 188.64 0.69 0.35
Hex 1C 87 99 52 C 0 28 BD 45 23
Octal 34 207 231 122 14 0 50 275 105 43
Binary 11100 10000111 10011001 1010010 1100 0 101000 10111101 1000101 100011

Color Harmonies of #1C8799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8799

Black with #1C8799

Text Example


Text Example

White with #1C8799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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