Html Css Color HEX #1ABED5 Iris Blue

📋 copy color: '#1ABED5'

red 26 ◦ green 190 ◦ blue 213

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

Shades of Iris Blue #1ABED5

Tints of Iris Blue #1ABED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.65%

R = 6.06%
G = 44.29%
B = 49.65%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1ABED5 (or 0x1ABED5) is known color: Iris Blue. HEX triplet: 1A, BE and D5. RGB value is (26,190,213). Sum of RGB (Red+Green+Blue) = 26+190+213=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #1ABED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABED5 is #E5412A. Grayscale: #8F8F8F. Windows color (decimal): -15024427 or 14007834. OLE color: 14007834.

HSL color Cylindrical-coordinate representation of color #1ABED5: hue angle of 187.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABED5 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 190 213 -
CMYK 0.88 0.11 0 0.16
HSL 187.38º 0.78% 0.47% -
HSV(B) 187.38º 0.88% 0.84% -
XYZ 30.85 41.85 69.4 -
YUV 143.59 167.17 44.13 -
System Red Green Blue C M Y K H S L
Decimal 26 190 213 0.88 0.11 0 0.16 187.38 0.78 0.47
Hex 1A BE D5 58 B 0 10 BB 4E 2F
Octal 32 276 325 130 13 0 20 273 116 57
Binary 11010 10111110 11010101 1011000 1011 0 10000 10111011 1001110 101111

Color Harmonies of #1ABED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABED5

Black with #1ABED5

Text Example


Text Example

White with #1ABED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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