#1BBACA

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

Shades of Iris Blue #1BBACA

Tints of Iris Blue #1BBACA

Color information

#1BBACA (or 0x1BBACA) is unknown color: approx Iris Blue. HEX triplet: 1B, BA and CA. RGB value is (27,186,202). Sum of RGB (Red+Green+Blue) = 27+186+202=415 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.51% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #1BBACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBACA is #E44535. Grayscale: #8C8C8C. Windows color (decimal): -14959926 or 13285915. OLE color: 13285915.

HSL color Cylindrical-coordinate representation of color #1BBACA: hue angle of 185.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BBACA is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB27186202-
CMYK0.870.0800.21
HSL185.49º76.42%44.9%-
HSV(B)185.49º86.63%79.22%-
XYZ28.6739.6262.01-
YUV140.28162.8247.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.51%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=6.51%
G=44.82%
B=48.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal271862020.870.0800.21185.4976.4244.9
Hex1BBACA578015b94c2d
Octal332723121271002527111455
Binary11011101110101100101010101111000010101101110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,186,202); }

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

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

 a { background-color: rgb(27,186,202); }

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

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

 span { border-color: rgb(27,186,202); }

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