#1BBBCA

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

Shades of Iris Blue #1BBBCA

Tints of Iris Blue #1BBBCA

Color information

#1BBBCA (or 0x1BBBCA) is unknown color: approx Iris Blue. HEX triplet: 1B, BB and CA. RGB value is (27,187,202). Sum of RGB (Red+Green+Blue) = 27+187+202=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #1BBBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBBCA is #E44435. Grayscale: #8C8C8C. Windows color (decimal): -14959670 or 13286171. OLE color: 13286171.

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

Color convert

RGB27187202-
CMYK0.870.0700.21
HSL185.14º76.42%44.9%-
HSV(B)185.14º86.63%79.22%-
XYZ28.8840.0462.08-
YUV140.87162.4946.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.49%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=6.49%
G=44.95%
B=48.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal271872020.870.0700.21185.1476.4244.9
Hex1BBBCA577015b94c2d
Octal33273312127702527111455
Binary1101110111011110010101010111111010101101110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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