#1ABECD

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

Shades of Iris Blue #1ABECD

Tints of Iris Blue #1ABECD

Color information

#1ABECD (or 0x1ABECD) is unknown color: approx Iris Blue. HEX triplet: 1A, BE and CD. RGB value is (26,190,205). Sum of RGB (Red+Green+Blue) = 26+190+205=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #1ABECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABECD is #E54132. Grayscale: #8E8E8E. Windows color (decimal): -15024435 or 13483546. OLE color: 13483546.

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

Color convert

RGB26190205-
CMYK0.870.0700.20
HSL185.03º77.49%45.29%-
HSV(B)185.03º87.32%80.39%-
XYZ29.8641.4564.19-
YUV142.67163.1744.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.18%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=6.18%
G=45.13%
B=48.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261902050.870.0700.20185.0377.4945.29
Hex1ABECD577014b94d2d
Octal32276315127702427111555
Binary1101010111110110011011010111111010100101110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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