Html Css Color HEX #1ABED2 Iris Blue

📋 copy color: '#1ABED2'

red 26 ◦ green 190 ◦ blue 210

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

Shades of Iris Blue #1ABED2

Tints of Iris Blue #1ABED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

 BLUE value IS 210 (82.42% from 255) = 49.3%

R = 6.1%
G = 44.6%
B = 49.3%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1ABED2 (or 0x1ABED2) is known color: Iris Blue. HEX triplet: 1A, BE and D2. RGB value is (26,190,210). Sum of RGB (Red+Green+Blue) = 26+190+210=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #1ABED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABED2 is #E5412D. Grayscale: #8F8F8F. Windows color (decimal): -15024430 or 13811226. OLE color: 13811226.

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

Color convert

RGB 26 190 210 -
CMYK 0.88 0.10 0 0.18
HSL 186.52º 0.78% 0.46% -
HSV(B) 186.52º 0.88% 0.82% -
XYZ 30.47 41.7 67.42 -
YUV 143.24 165.67 44.37 -
System Red Green Blue C M Y K H S L
Decimal 26 190 210 0.88 0.10 0 0.18 186.52 0.78 0.46
Hex 1A BE D2 58 A 0 12 BB 4E 2E
Octal 32 276 322 130 12 0 22 273 116 56
Binary 11010 10111110 11010010 1011000 1010 0 10010 10111011 1001110 101110

Color Harmonies of #1ABED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABED2

Black with #1ABED2

Text Example


Text Example

White with #1ABED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,190,210); }

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

background-color css

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

 a { background-color: rgb(26,190,210); }

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

border-color css

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

 span { border-color: rgb(26,190,210); }

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