Html Css Color HEX #1ABCDC Iris Blue

📋 copy color: '#1ABCDC'

red 26 ◦ green 188 ◦ blue 220

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

Shades of Iris Blue #1ABCDC

Tints of Iris Blue #1ABCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 5.99%
G = 43.32%
B = 50.69%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ABCDC (or 0x1ABCDC) is known color: Iris Blue. HEX triplet: 1A, BC and DC. RGB value is (26,188,220). Sum of RGB (Red+Green+Blue) = 26+188+220=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ABCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCDC is #E54323. Grayscale: #8E8E8E. Windows color (decimal): -15024932 or 14466074. OLE color: 14466074.

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

Color convert

RGB 26 188 220 -
CMYK 0.88 0.15 0 0.14
HSL 189.9º 0.79% 0.48% -
HSV(B) 189.9º 0.88% 0.86% -
XYZ 31.33 41.35 74.04 -
YUV 143.21 171.33 44.4 -
System Red Green Blue C M Y K H S L
Decimal 26 188 220 0.88 0.15 0 0.14 189.9 0.79 0.48
Hex 1A BC DC 58 F 0 E BE 4F 30
Octal 32 274 334 130 17 0 16 276 117 60
Binary 11010 10111100 11011100 1011000 1111 0 1110 10111110 1001111 110000

Color Harmonies of #1ABCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCDC

Black with #1ABCDC

Text Example


Text Example

White with #1ABCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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