#1BACD2

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

Shades of Iris Blue #1BACD2

Tints of Iris Blue #1BACD2

Color information

#1BACD2 (or 0x1BACD2) is unknown color: approx Iris Blue. HEX triplet: 1B, AC and D2. RGB value is (27,172,210). Sum of RGB (Red+Green+Blue) = 27+172+210=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #1BACD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACD2 is #E4532D. Grayscale: #848484. Windows color (decimal): -14963502 or 13806619. OLE color: 13806619.

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

Color convert

RGB27172210-
CMYK0.870.1800.18
HSL192.46º77.22%46.47%-
HSV(B)192.46º87.14%82.35%-
XYZ26.8434.3966.2-
YUV132.98171.4652.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.60%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 210 (82.42% from 255) = 51.34%
R=6.60%
G=42.05%
B=51.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal271722100.870.1800.18192.4677.2246.47
Hex1BACD25712012c04d2e
Octal332543221272202230011556
Binary110111010110011010010101011110010010010110000001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,172,210); }

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

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

 a { background-color: rgb(27,172,210); }

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

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

 span { border-color: rgb(27,172,210); }

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