Html Css Color HEX #1AB9D0 Iris Blue

📋 copy color: '#1AB9D0'

red 26 ◦ green 185 ◦ blue 208

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

Shades of Iris Blue #1AB9D0

Tints of Iris Blue #1AB9D0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

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

R = 6.21%
G = 44.15%
B = 49.64%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1AB9D0 (or 0x1AB9D0) is known color: Iris Blue. HEX triplet: 1A, B9 and D0. RGB value is (26,185,208). Sum of RGB (Red+Green+Blue) = 26+185+208=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #1AB9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB9D0 is #E5462F. Grayscale: #8B8B8B. Windows color (decimal): -15025712 or 13678874. OLE color: 13678874.

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

Color convert

RGB 26 185 208 -
CMYK 0.88 0.11 0 0.18
HSL 187.58º 0.78% 0.46% -
HSV(B) 187.58º 0.88% 0.82% -
XYZ 29.16 39.47 65.76 -
YUV 140.08 166.32 46.63 -
System Red Green Blue C M Y K H S L
Decimal 26 185 208 0.88 0.11 0 0.18 187.58 0.78 0.46
Hex 1A B9 D0 58 B 0 12 BC 4E 2E
Octal 32 271 320 130 13 0 22 274 116 56
Binary 11010 10111001 11010000 1011000 1011 0 10010 10111100 1001110 101110

Color Harmonies of #1AB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB9D0

Black with #1AB9D0

Text Example


Text Example

White with #1AB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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