#1AA6BD

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

Shades of Pelorous #1AA6BD

Tints of Pelorous #1AA6BD

Color information

#1AA6BD (or 0x1AA6BD) is unknown color: approx Pelorous. HEX triplet: 1A, A6 and BD. RGB value is (26,166,189). Sum of RGB (Red+Green+Blue) = 26+166+189=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #1AA6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA6BD is #E55942. Grayscale: #7E7E7E. Windows color (decimal): -15030595 or 12428826. OLE color: 12428826.

HSL color Cylindrical-coordinate representation of color #1AA6BD: hue angle of 188.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AA6BD is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26166189-
CMYK0.860.1200.26
HSL188.47º75.81%42.16%-
HSV(B)188.47º86.24%74.12%-
XYZ23.2531.1752.93-
YUV126.76163.1256.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.82%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=6.82%
G=43.57%
B=49.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261661890.860.1200.26188.4775.8142.16
Hex1AA6BD56C01Abc4c2a
Octal322462751261403227411452
Binary11010101001101011110110101101100011010101111001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,166,189); }

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

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

 a { background-color: rgb(26,166,189); }

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

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

 span { border-color: rgb(26,166,189); }

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