#1baed6

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

Shades of Iris Blue #1BAED6

Tints of Iris Blue #1BAED6

Color information

#1BAED6 (or 0x1BAED6) is unknown color: approx Iris Blue. HEX triplet: 1B, AE and D6. RGB value is (27,174,214). Sum of RGB (Red+Green+Blue) = 27+174+214=415 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.51% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #1BAED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAED6 is #E45129. Grayscale: #868686. Windows color (decimal): -14962986 or 14069275. OLE color: 14069275.

HSL color Cylindrical-coordinate representation of color #1BAED6: hue angle of 192.83º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BAED6 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB27174214-
CMYK0.870.1900.16
HSL192.83º77.59%47.25%-
HSV(B)192.83º87.38%83.92%-
XYZ27.7335.3668.98-
YUV134.61172.851.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.51%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 214 (83.98% from 255) = 51.57%
R=6.51%
G=41.93%
B=51.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal271742140.870.1900.16192.8377.5947.25
Hex1BAED65713010c14e2f
Octal332563261272302030111657
Binary110111010111011010110101011110011010000110000011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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