#1bacc8

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

Shades of Iris Blue #1BACC8

Tints of Iris Blue #1BACC8

Color information

#1BACC8 (or 0x1BACC8) is unknown color: approx Iris Blue. HEX triplet: 1B, AC and C8. RGB value is (27,172,200). Sum of RGB (Red+Green+Blue) = 27+172+200=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #1BACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACC8 is #E45337. Grayscale: #838383. Windows color (decimal): -14963512 or 13151259. OLE color: 13151259.

HSL color Cylindrical-coordinate representation of color #1BACC8: hue angle of 189.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BACC8 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB27172200-
CMYK0.860.1400.22
HSL189.71º76.21%44.51%-
HSV(B)189.71º86.5%78.43%-
XYZ25.6333.9159.84-
YUV131.84166.4653.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.77%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 200 (78.52% from 255) = 50.13%
R=6.77%
G=43.11%
B=50.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal271722000.860.1400.22189.7176.2144.51
Hex1BACC856E016be4c2d
Octal332543101261602627611455
Binary11011101011001100100010101101110010110101111101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bacc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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