#1c90ac

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

Shades of Pelorous #1C90AC

Tints of Pelorous #1C90AC

Color information

#1C90AC (or 0x1C90AC) is unknown color: approx Pelorous. HEX triplet: 1C, 90 and AC. RGB value is (28,144,172). Sum of RGB (Red+Green+Blue) = 28+144+172=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C90AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C90AC is #E36F53. Grayscale: #707070. Windows color (decimal): -14905172 or 11309084. OLE color: 11309084.

HSL color Cylindrical-coordinate representation of color #1C90AC: hue angle of 191.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C90AC is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28144172-
CMYK0.840.1600.33
HSL191.67º72%39.22%-
HSV(B)191.67º83.72%67.45%-
XYZ17.923.1742.56-
YUV112.51161.5767.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.14%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 172 (67.58% from 255) = 50%
R=8.14%
G=41.86%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281441720.840.1600.33191.677239.22
Hex1C90AC5410021c04827
Octal342202541242004130011047
Binary1110010010000101011001010100100000100001110000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c90ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,144,172); }

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

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

 a { background-color: rgb(28,144,172); }

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

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

 span { border-color: rgb(28,144,172); }

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