#1C7D88

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

Shades of Atoll #1C7D88

Tints of Atoll #1C7D88

Color information

#1C7D88 (or 0x1C7D88) is unknown color: approx Atoll. HEX triplet: 1C, 7D and 88. RGB value is (28,125,136). Sum of RGB (Red+Green+Blue) = 28+125+136=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #1C7D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7D88 is #E38277. Grayscale: #616161. Windows color (decimal): -14910072 or 8944924. OLE color: 8944924.

HSL color Cylindrical-coordinate representation of color #1C7D88: hue angle of 186.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C7D88 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB28125136-
CMYK0.790.0800.47
HSL186.11º65.85%32.16%-
HSV(B)186.11º79.41%53.33%-
XYZ12.2616.6925.87-
YUV97.25149.8678.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=9.69%
G=43.25%
B=47.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal281251360.790.0800.47186.1165.8532.16
Hex1C7D884F802Fba4220
Octal341752101171005727210240
Binary11100111110110001000100111110000101111101110101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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