Html Css Color HEX #1ABFDD Iris Blue

📋 copy color: '#1ABFDD'

red 26 ◦ green 191 ◦ blue 221

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

Shades of Iris Blue #1ABFDD

Tints of Iris Blue #1ABFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 5.94%
G = 43.61%
B = 50.46%

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

#1ABFDD (or 0x1ABFDD) is known color: Iris Blue. HEX triplet: 1A, BF and DD. RGB value is (26,191,221). Sum of RGB (Red+Green+Blue) = 26+191+221=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ABFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFDD is #E54022. Grayscale: #909090. Windows color (decimal): -15024163 or 14532378. OLE color: 14532378.

HSL color Cylindrical-coordinate representation of color #1ABFDD: hue angle of 189.23º 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 #1ABFDD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 191 221 -
CMYK 0.88 0.14 0 0.13
HSL 189.23º 0.79% 0.48% -
HSV(B) 189.23º 0.88% 0.87% -
XYZ 32.11 42.7 74.96 -
YUV 145.09 170.84 43.06 -
System Red Green Blue C M Y K H S L
Decimal 26 191 221 0.88 0.14 0 0.13 189.23 0.79 0.48
Hex 1A BF DD 58 E 0 D BD 4F 30
Octal 32 277 335 130 16 0 15 275 117 60
Binary 11010 10111111 11011101 1011000 1110 0 1101 10111101 1001111 110000

Color Harmonies of #1ABFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFDD

Black with #1ABFDD

Text Example


Text Example

White with #1ABFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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