#1C99A4

Color #1C99A4 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1C99A4

Tints of Java #1C99A4

Color information

#1C99A4 (or 0x1C99A4) is unknown color: approx Java. HEX triplet: 1C, 99 and A4. RGB value is (28,153,164). Sum of RGB (Red+Green+Blue) = 28+153+164=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C99A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C99A4 is #E3665B. Grayscale: #747474. Windows color (decimal): -14902876 or 10787100. OLE color: 10787100.

HSL color Cylindrical-coordinate representation of color #1C99A4: hue angle of 184.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C99A4 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB28153164-
CMYK0.830.0700.36
HSL184.85º70.83%37.65%-
HSV(B)184.85º82.93%64.31%-
XYZ18.5725.7139.11-
YUV116.88154.5964.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.12%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=8.12%
G=44.35%
B=47.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281531640.830.0700.36184.8570.8337.65
Hex1C99A4537024b94726
Octal34231244123704427110746
Binary11100100110011010010010100111110100100101110011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C99A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C99A4;
 }
 .AnyTagClassName
 {
   color: #1C99A4;
 }
</style>
background-color css

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

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

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

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

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

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