Html Css Color HEX #1ABACE Iris Blue

📋 copy color: '#1ABACE'

red 26 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #1ABACE

Tints of Iris Blue #1ABACE

RGB

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

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

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

R = 6.22%
G = 44.5%
B = 49.28%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ABACE (or 0x1ABACE) is known color: Iris Blue. HEX triplet: 1A, BA and CE. RGB value is (26,186,206). Sum of RGB (Red+Green+Blue) = 26+186+206=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #1ABACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABACE is #E54531. Grayscale: #8C8C8C. Windows color (decimal): -15025458 or 13548058. OLE color: 13548058.

HSL color Cylindrical-coordinate representation of color #1ABACE: hue angle of 186.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 #1ABACE is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 186 206 -
CMYK 0.87 0.10 0 0.19
HSL 186.67º 0.78% 0.45% -
HSV(B) 186.67º 0.87% 0.81% -
XYZ 29.13 39.79 64.54 -
YUV 140.44 164.99 46.37 -
System Red Green Blue C M Y K H S L
Decimal 26 186 206 0.87 0.10 0 0.19 186.67 0.78 0.45
Hex 1A BA CE 57 A 0 13 BB 4E 2D
Octal 32 272 316 127 12 0 23 273 116 55
Binary 11010 10111010 11001110 1010111 1010 0 10011 10111011 1001110 101101

Color Harmonies of #1ABACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABACE

Black with #1ABACE

Text Example


Text Example

White with #1ABACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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