Html Css Color HEX #1ABADB Iris Blue

📋 copy color: '#1ABADB'

red 26 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #1ABADB

Tints of Iris Blue #1ABADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.16%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 6.03%
G = 43.16%
B = 50.81%

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

#1ABADB (or 0x1ABADB) is known color: Iris Blue. HEX triplet: 1A, BA and DB. RGB value is (26,186,219). Sum of RGB (Red+Green+Blue) = 26+186+219=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ABADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABADB is #E54524. Grayscale: #8D8D8D. Windows color (decimal): -15025445 or 14400026. OLE color: 14400026.

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

Color convert

RGB 26 186 219 -
CMYK 0.88 0.15 0 0.14
HSL 190.26º 0.79% 0.48% -
HSV(B) 190.26º 0.88% 0.86% -
XYZ 30.77 40.45 73.2 -
YUV 141.92 171.49 45.32 -
System Red Green Blue C M Y K H S L
Decimal 26 186 219 0.88 0.15 0 0.14 190.26 0.79 0.48
Hex 1A BA DB 58 F 0 E BE 4F 30
Octal 32 272 333 130 17 0 16 276 117 60
Binary 11010 10111010 11011011 1011000 1111 0 1110 10111110 1001111 110000

Color Harmonies of #1ABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABADB

Black with #1ABADB

Text Example


Text Example

White with #1ABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,186,219); }

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

background-color css

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

 a { background-color: rgb(26,186,219); }

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

border-color css

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

 span { border-color: rgb(26,186,219); }

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