#1BABD2

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

Shades of Iris Blue #1BABD2

Tints of Iris Blue #1BABD2

Color information

#1BABD2 (or 0x1BABD2) is unknown color: approx Iris Blue. HEX triplet: 1B, AB and D2. RGB value is (27,171,210). Sum of RGB (Red+Green+Blue) = 27+171+210=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 210 (82.42% from 255 or 51.47% from 408); Max value from RGB is 210 - color contains mainly: blue. Hex color #1BABD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABD2 is #E4542D. Grayscale: #848484. Windows color (decimal): -14963758 or 13806363. OLE color: 13806363.

HSL color Cylindrical-coordinate representation of color #1BABD2: hue angle of 192.79º 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 #1BABD2 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB27171210-
CMYK0.870.1900.18
HSL192.79º77.22%46.47%-
HSV(B)192.79º87.14%82.35%-
XYZ26.6534.0166.13-
YUV132.39171.7952.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.62%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 210 (82.42% from 255) = 51.47%
R=6.62%
G=41.91%
B=51.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal271712100.870.1900.18192.7977.2246.47
Hex1BABD25713012c14d2e
Octal332533221272302230111556
Binary110111010101111010010101011110011010010110000011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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