#1ABCC4

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

Shades of Iris Blue #1ABCC4

Tints of Iris Blue #1ABCC4

Color information

#1ABCC4 (or 0x1ABCC4) is unknown color: approx Iris Blue. HEX triplet: 1A, BC and C4. RGB value is (26,188,196). Sum of RGB (Red+Green+Blue) = 26+188+196=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #1ABCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCC4 is #E5433B. Grayscale: #8C8C8C. Windows color (decimal): -15024956 or 12893210. OLE color: 12893210.

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

Color convert

RGB26188196-
CMYK0.870.0400.23
HSL182.82º76.58%43.53%-
HSV(B)182.82º86.73%76.86%-
XYZ28.3740.1758.48-
YUV140.47159.3346.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.34%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 196 (76.95% from 255) = 47.80%
R=6.34%
G=45.85%
B=47.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal261881960.870.0400.23182.8276.5843.53
Hex1ABCC4574017b74d2c
Octal32274304127402726711554
Binary1101010111100110001001010111100010111101101111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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