#1baec1

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

Shades of Iris Blue #1BAEC1

Tints of Iris Blue #1BAEC1

Color information

#1BAEC1 (or 0x1BAEC1) is unknown color: approx Iris Blue. HEX triplet: 1B, AE and C1. RGB value is (27,174,193). Sum of RGB (Red+Green+Blue) = 27+174+193=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #1BAEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEC1 is #E4513E. Grayscale: #838383. Windows color (decimal): -14963007 or 12693019. OLE color: 12693019.

HSL color Cylindrical-coordinate representation of color #1BAEC1: hue angle of 186.87º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BAEC1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB27174193-
CMYK0.860.1000.24
HSL186.87º75.45%43.14%-
HSV(B)186.87º86.01%75.69%-
XYZ25.2134.3655.75-
YUV132.21162.352.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.85%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 193 (75.78% from 255) = 48.98%
R=6.85%
G=44.16%
B=48.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271741930.860.1000.24186.8775.4543.14
Hex1BAEC156A018bb4b2b
Octal332563011261203027311353
Binary11011101011101100000110101101010011000101110111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,193); }

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

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

 a { background-color: rgb(27,174,193); }

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

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

 span { border-color: rgb(27,174,193); }

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