Html Css Color HEX #1ABDD1 Iris Blue

📋 copy color: '#1ABDD1'

red 26 ◦ green 189 ◦ blue 209

#1ABDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #1ABDD1

Tints of Iris Blue #1ABDD1

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 value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1ABDD1 (or 0x1ABDD1) is known color: 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

RGB 26 189 209 -
CMYK 0.88 0.10 0 0.18
HSL 186.56º 0.78% 0.46% -
HSV(B) 186.56º 0.88% 0.82% -
XYZ 30.13 41.22 66.69 -
YUV 142.54 165.5 44.87 -
System Red Green Blue C M Y K H S L
Decimal 26 189 209 0.88 0.10 0 0.18 186.56 0.78 0.46
Hex 1A BD D1 58 A 0 12 BB 4E 2E
Octal 32 275 321 130 12 0 22 273 116 56
Binary 11010 10111101 11010001 1011000 1010 0 10010 10111011 1001110 101110

Color Harmonies of #1ABDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDD1

Black with #1ABDD1

Text Example


Text Example

White with #1ABDD1

Text Example


Text Example

HTML Codes & Css Web 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>