#1AA0C4

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

Shades of Pelorous #1AA0C4

Tints of Pelorous #1AA0C4

Color information

#1AA0C4 (or 0x1AA0C4) is unknown color: approx Pelorous. HEX triplet: 1A, A0 and C4. RGB value is (26,160,196). Sum of RGB (Red+Green+Blue) = 26+160+196=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #1AA0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA0C4 is #E55F3B. Grayscale: #7B7B7B. Windows color (decimal): -15032124 or 12886042. OLE color: 12886042.

HSL color Cylindrical-coordinate representation of color #1AA0C4: hue angle of 192.71º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AA0C4 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB26160196-
CMYK0.870.1800.23
HSL192.71º76.58%43.53%-
HSV(B)192.71º86.73%76.86%-
XYZ22.9629.3556.68-
YUV124.04168.6158.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.81%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=6.81%
G=41.88%
B=51.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal261601960.870.1800.23192.7176.5843.53
Hex1AA0C45712017c14d2c
Octal322403041272202730111554
Binary110101010000011000100101011110010010111110000011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,160,196); }

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

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

 a { background-color: rgb(26,160,196); }

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

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

 span { border-color: rgb(26,160,196); }

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