Html Css Color HEX #1ABDD0 Iris Blue

📋 copy color: '#1ABDD0'

red 26 ◦ green 189 ◦ blue 208

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

Shades of Iris Blue #1ABDD0

Tints of Iris Blue #1ABDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 6.15%
G = 44.68%
B = 49.17%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1ABDD0 (or 0x1ABDD0) is known color: Iris Blue. HEX triplet: 1A, BD and D0. RGB value is (26,189,208). Sum of RGB (Red+Green+Blue) = 26+189+208=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #1ABDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDD0 is #E5422F. Grayscale: #8E8E8E. Windows color (decimal): -15024688 or 13679898. OLE color: 13679898.

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

Color convert

RGB 26 189 208 -
CMYK 0.88 0.09 0 0.18
HSL 186.26º 0.78% 0.46% -
HSV(B) 186.26º 0.88% 0.82% -
XYZ 30.01 41.17 66.04 -
YUV 142.43 165 44.96 -
System Red Green Blue C M Y K H S L
Decimal 26 189 208 0.88 0.09 0 0.18 186.26 0.78 0.46
Hex 1A BD D0 58 9 0 12 BA 4E 2E
Octal 32 275 320 130 11 0 22 272 116 56
Binary 11010 10111101 11010000 1011000 1001 0 10010 10111010 1001110 101110

Color Harmonies of #1ABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDD0

Black with #1ABDD0

Text Example


Text Example

White with #1ABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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