#1BBCD0

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

Shades of Iris Blue #1BBCD0

Tints of Iris Blue #1BBCD0

Color information

#1BBCD0 (or 0x1BBCD0) is unknown color: approx Iris Blue. HEX triplet: 1B, BC and D0. RGB value is (27,188,208). Sum of RGB (Red+Green+Blue) = 27+188+208=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BBCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCD0 is #E4432F. Grayscale: #8D8D8D. Windows color (decimal): -14959408 or 13679643. OLE color: 13679643.

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

Color convert

RGB27188208-
CMYK0.870.1000.18
HSL186.63º77.02%46.08%-
HSV(B)186.63º87.02%81.57%-
XYZ29.8240.7565.97-
YUV142.14165.1645.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.38%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=6.38%
G=44.44%
B=49.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal271882080.870.1000.18186.6377.0246.08
Hex1BBCD057A012bb4d2e
Octal332743201271202227311556
Binary11011101111001101000010101111010010010101110111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,188,208); }

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

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

 a { background-color: rgb(27,188,208); }

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

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

 span { border-color: rgb(27,188,208); }

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