#1ABAD8

Color #1ABAD8 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1ABAD8

Tints of Iris Blue #1ABAD8

Color information

#1ABAD8 (or 0x1ABAD8) is unknown color: approx Iris Blue. HEX triplet: 1A, BA and D8. RGB value is (26,186,216). Sum of RGB (Red+Green+Blue) = 26+186+216=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #1ABAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABAD8 is #E54527. Grayscale: #8D8D8D. Windows color (decimal): -15025448 or 14203418. OLE color: 14203418.

HSL color Cylindrical-coordinate representation of color #1ABAD8: hue angle of 189.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABAD8 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB26186216-
CMYK0.880.1400.15
HSL189.47º78.51%47.45%-
HSV(B)189.47º87.96%84.71%-
XYZ30.3840.371.14-
YUV141.58169.9945.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.07%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 216 (84.77% from 255) = 50.47%
R=6.07%
G=43.46%
B=50.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal261862160.880.1400.15189.4778.5147.45
Hex1ABAD858E0Fbd4f2f
Octal322723301301601727511757
Binary1101010111010110110001011000111001111101111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ABAD8;
 }
 .AnyTagClassName
 {
   color: #1ABAD8;
 }
</style>
background-color css

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

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

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

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

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

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