Html Css Color HEX #1ABDDD Iris Blue

📋 copy color: '#1ABDDD'

red 26 ◦ green 189 ◦ blue 221

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

Shades of Iris Blue #1ABDDD

Tints of Iris Blue #1ABDDD

RGB

 RED value IS 26 (10.55% from 255) = 5.96%

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 5.96%
G = 43.35%
B = 50.69%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ABDDD (or 0x1ABDDD) is known color: Iris Blue. HEX triplet: 1A, BD and DD. RGB value is (26,189,221). Sum of RGB (Red+Green+Blue) = 26+189+221=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ABDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDDD is #E54222. Grayscale: #8F8F8F. Windows color (decimal): -15024675 or 14531866. OLE color: 14531866.

HSL color Cylindrical-coordinate representation of color #1ABDDD: hue angle of 189.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABDDD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 189 221 -
CMYK 0.88 0.14 0 0.13
HSL 189.85º 0.79% 0.48% -
HSV(B) 189.85º 0.88% 0.87% -
XYZ 31.67 41.84 74.81 -
YUV 143.91 171.5 43.9 -
System Red Green Blue C M Y K H S L
Decimal 26 189 221 0.88 0.14 0 0.13 189.85 0.79 0.48
Hex 1A BD DD 58 E 0 D BE 4F 30
Octal 32 275 335 130 16 0 15 276 117 60
Binary 11010 10111101 11011101 1011000 1110 0 1101 10111110 1001111 110000

Color Harmonies of #1ABDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDDD

Black with #1ABDDD

Text Example


Text Example

White with #1ABDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ABDDD;
 }
 .AnyTagClassName
 {
   color: #1ABDDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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