#1ABCC6

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

Shades of Iris Blue #1ABCC6

Tints of Iris Blue #1ABCC6

Color information

#1ABCC6 (or 0x1ABCC6) is unknown color: approx Iris Blue. HEX triplet: 1A, BC and C6. RGB value is (26,188,198). Sum of RGB (Red+Green+Blue) = 26+188+198=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #1ABCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCC6 is #E54339. Grayscale: #8C8C8C. Windows color (decimal): -15024954 or 13024282. OLE color: 13024282.

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

Color convert

RGB26188198-
CMYK0.870.0500.22
HSL183.49º76.79%43.92%-
HSV(B)183.49º86.87%77.65%-
XYZ28.640.2659.69-
YUV140.7160.3346.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.31%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 198 (77.73% from 255) = 48.06%
R=6.31%
G=45.63%
B=48.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261881980.870.0500.22183.4976.7943.92
Hex1ABCC6575016b74d2c
Octal32274306127502626711554
Binary1101010111100110001101010111101010110101101111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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