Html Css Color HEX #1ABACB Iris Blue

📋 copy color: '#1ABACB'

red 26 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #1ABACB

Tints of Iris Blue #1ABACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 6.27%
G = 44.82%
B = 48.92%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1ABACB (or 0x1ABACB) is known color: Iris Blue. HEX triplet: 1A, BA and CB. RGB value is (26,186,203). Sum of RGB (Red+Green+Blue) = 26+186+203=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #1ABACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABACB is #E54534. Grayscale: #8B8B8B. Windows color (decimal): -15025461 or 13351450. OLE color: 13351450.

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

Color convert

RGB 26 186 203 -
CMYK 0.87 0.08 0 0.20
HSL 185.76º 0.77% 0.45% -
HSV(B) 185.76º 0.87% 0.8% -
XYZ 28.76 39.65 62.64 -
YUV 140.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 26 186 203 0.87 0.08 0 0.20 185.76 0.77 0.45
Hex 1A BA CB 57 8 0 14 BA 4D 2D
Octal 32 272 313 127 10 0 24 272 115 55
Binary 11010 10111010 11001011 1010111 1000 0 10100 10111010 1001101 101101

Color Harmonies of #1ABACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABACB

Black with #1ABACB

Text Example


Text Example

White with #1ABACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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