Html Css Color HEX #1ABDDC Iris Blue

📋 copy color: '#1ABDDC'

red 26 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #1ABDDC

Tints of Iris Blue #1ABDDC

RGB

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

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

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

R = 5.98%
G = 43.45%
B = 50.57%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ABDDC (or 0x1ABDDC) is known color: Iris Blue. HEX triplet: 1A, BD and DC. RGB value is (26,189,220). Sum of RGB (Red+Green+Blue) = 26+189+220=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ABDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDDC is #E54223. Grayscale: #8F8F8F. Windows color (decimal): -15024676 or 14466330. OLE color: 14466330.

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

Color convert

RGB 26 189 220 -
CMYK 0.88 0.14 0 0.14
HSL 189.59º 0.79% 0.48% -
HSV(B) 189.59º 0.88% 0.86% -
XYZ 31.54 41.78 74.11 -
YUV 143.8 171 43.98 -
System Red Green Blue C M Y K H S L
Decimal 26 189 220 0.88 0.14 0 0.14 189.59 0.79 0.48
Hex 1A BD DC 58 E 0 E BE 4F 30
Octal 32 275 334 130 16 0 16 276 117 60
Binary 11010 10111101 11011100 1011000 1110 0 1110 10111110 1001111 110000

Color Harmonies of #1ABDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDDC

Black with #1ABDDC

Text Example


Text Example

White with #1ABDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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