Html Css Color HEX #1ABACD Iris Blue

📋 copy color: '#1ABACD'

red 26 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #1ABACD

Tints of Iris Blue #1ABACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 6.24%
G = 44.6%
B = 49.16%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1ABACD (or 0x1ABACD) is known color: Iris Blue. HEX triplet: 1A, BA and CD. RGB value is (26,186,205). Sum of RGB (Red+Green+Blue) = 26+186+205=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #1ABACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABACD is #E54532. Grayscale: #8C8C8C. Windows color (decimal): -15025459 or 13482522. OLE color: 13482522.

HSL color Cylindrical-coordinate representation of color #1ABACD: hue angle of 186.37º 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 #1ABACD is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 186 205 -
CMYK 0.87 0.09 0 0.20
HSL 186.37º 0.77% 0.45% -
HSV(B) 186.37º 0.87% 0.8% -
XYZ 29 39.75 63.9 -
YUV 140.33 164.49 46.46 -
System Red Green Blue C M Y K H S L
Decimal 26 186 205 0.87 0.09 0 0.20 186.37 0.77 0.45
Hex 1A BA CD 57 9 0 14 BA 4D 2D
Octal 32 272 315 127 11 0 24 272 115 55
Binary 11010 10111010 11001101 1010111 1001 0 10100 10111010 1001101 101101

Color Harmonies of #1ABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABACD

Black with #1ABACD

Text Example


Text Example

White with #1ABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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