#1AABC6

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

Shades of Iris Blue #1AABC6

Tints of Iris Blue #1AABC6

Color information

#1AABC6 (or 0x1AABC6) is unknown color: approx Iris Blue. HEX triplet: 1A, AB and C6. RGB value is (26,171,198). Sum of RGB (Red+Green+Blue) = 26+171+198=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #1AABC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AABC6 is #E55439. Grayscale: #828282. Windows color (decimal): -15029306 or 13019930. OLE color: 13019930.

HSL color Cylindrical-coordinate representation of color #1AABC6: hue angle of 189.42º 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 #1AABC6 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB26171198-
CMYK0.870.1400.22
HSL189.42º76.79%43.92%-
HSV(B)189.42º86.87%77.65%-
XYZ25.1833.4258.55-
YUV130.72165.9653.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.58%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=6.58%
G=43.29%
B=50.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261711980.870.1400.22189.4276.7943.92
Hex1AABC657E016bd4d2c
Octal322533061271602627511554
Binary11010101010111100011010101111110010110101111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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