Html Css Color HEX #1ABDCE Iris Blue

📋 copy color: '#1ABDCE'

red 26 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #1ABDCE

Tints of Iris Blue #1ABDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 6.18%
G = 44.89%
B = 48.93%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ABDCE (or 0x1ABDCE) is known color: Iris Blue. HEX triplet: 1A, BD and CE. RGB value is (26,189,206). Sum of RGB (Red+Green+Blue) = 26+189+206=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #1ABDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDCE is #E54231. Grayscale: #8D8D8D. Windows color (decimal): -15024690 or 13548826. OLE color: 13548826.

HSL color Cylindrical-coordinate representation of color #1ABDCE: hue angle of 185.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABDCE is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 189 206 -
CMYK 0.87 0.08 0 0.19
HSL 185.67º 0.78% 0.45% -
HSV(B) 185.67º 0.87% 0.81% -
XYZ 29.76 41.07 64.75 -
YUV 142.2 164 45.12 -
System Red Green Blue C M Y K H S L
Decimal 26 189 206 0.87 0.08 0 0.19 185.67 0.78 0.45
Hex 1A BD CE 57 8 0 13 BA 4E 2D
Octal 32 275 316 127 10 0 23 272 116 55
Binary 11010 10111101 11001110 1010111 1000 0 10011 10111010 1001110 101101

Color Harmonies of #1ABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDCE

Black with #1ABDCE

Text Example


Text Example

White with #1ABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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