#1AB1D0

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

Shades of Iris Blue #1AB1D0

Tints of Iris Blue #1AB1D0

Color information

#1AB1D0 (or 0x1AB1D0) is unknown color: approx Iris Blue. HEX triplet: 1A, B1 and D0. RGB value is (26,177,208). Sum of RGB (Red+Green+Blue) = 26+177+208=411 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.33% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #1AB1D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB1D0 is #E54E2F. Grayscale: #878787. Windows color (decimal): -15027760 or 13676826. OLE color: 13676826.

HSL color Cylindrical-coordinate representation of color #1AB1D0: hue angle of 190.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB1D0 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26177208-
CMYK0.880.1500.18
HSL190.22º77.78%45.88%-
HSV(B)190.22º87.5%81.57%-
XYZ27.5336.2265.21-
YUV135.38168.9749.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.33%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 208 (81.64% from 255) = 50.61%
R=6.33%
G=43.07%
B=50.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261772080.880.1500.18190.2277.7845.88
Hex1AB1D058F012be4e2e
Octal322613201301702227611656
Binary11010101100011101000010110001111010010101111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,177,208); }

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

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

 a { background-color: rgb(26,177,208); }

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

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

 span { border-color: rgb(26,177,208); }

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