#1abdd1

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

Shades of Iris Blue #1ABDD1

Tints of Iris Blue #1ABDD1

Color information

#1ABDD1 (or 0x1ABDD1) is unknown color: approx Iris Blue. HEX triplet: 1A, BD and D1. RGB value is (26,189,209). Sum of RGB (Red+Green+Blue) = 26+189+209=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #1ABDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDD1 is #E5422E. Grayscale: #8E8E8E. Windows color (decimal): -15024687 or 13745434. OLE color: 13745434.

HSL color Cylindrical-coordinate representation of color #1ABDD1: hue angle of 186.56º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABDD1 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26189209-
CMYK0.880.1000.18
HSL186.56º77.87%46.08%-
HSV(B)186.56º87.56%81.96%-
XYZ30.1341.2266.69-
YUV142.54165.544.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.13%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 209 (82.03% from 255) = 49.29%
R=6.13%
G=44.58%
B=49.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261892090.880.1000.18186.5677.8746.08
Hex1ABDD158A012bb4e2e
Octal322753211301202227311656
Binary11010101111011101000110110001010010010101110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1abdd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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