#1AB4C1

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

Shades of Iris Blue #1AB4C1

Tints of Iris Blue #1AB4C1

Color information

#1AB4C1 (or 0x1AB4C1) is unknown color: approx Iris Blue. HEX triplet: 1A, B4 and C1. RGB value is (26,180,193). Sum of RGB (Red+Green+Blue) = 26+180+193=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #1AB4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB4C1 is #E54B3E. Grayscale: #878787. Windows color (decimal): -15027007 or 12694554. OLE color: 12694554.

HSL color Cylindrical-coordinate representation of color #1AB4C1: hue angle of 184.67º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB4C1 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB26180193-
CMYK0.870.0700.24
HSL184.67º76.26%42.94%-
HSV(B)184.67º86.53%75.69%-
XYZ26.3736.7156.15-
YUV135.44160.4849.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.52%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=6.52%
G=45.11%
B=48.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261801930.870.0700.24184.6776.2642.94
Hex1AB4C1577018b94c2b
Octal32264301127703027111453
Binary1101010110100110000011010111111011000101110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,180,193); }

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

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

 a { background-color: rgb(26,180,193); }

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

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

 span { border-color: rgb(26,180,193); }

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