#1AA7C6

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

Shades of Pelorous #1AA7C6

Tints of Pelorous #1AA7C6

Color information

#1AA7C6 (or 0x1AA7C6) is unknown color: approx Pelorous. HEX triplet: 1A, A7 and C6. RGB value is (26,167,198). Sum of RGB (Red+Green+Blue) = 26+167+198=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #1AA7C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA7C6 is #E55839. Grayscale: #808080. Windows color (decimal): -15030330 or 13018906. OLE color: 13018906.

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

Color convert

RGB26167198-
CMYK0.870.1600.22
HSL190.81º76.79%43.92%-
HSV(B)190.81º86.87%77.65%-
XYZ24.4431.9358.3-
YUV128.38167.2954.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.65%
GREEN value IS 167 (65.62% from 255) = 42.71%
BLUE value IS 198 (77.73% from 255) = 50.64%
R=6.65%
G=42.71%
B=50.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261671980.870.1600.22190.8176.7943.92
Hex1AA7C65710016bf4d2c
Octal322473061272002627711554
Binary110101010011111000110101011110000010110101111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,167,198); }

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

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

 a { background-color: rgb(26,167,198); }

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

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

 span { border-color: rgb(26,167,198); }

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