#1BBDD0

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

Shades of Iris Blue #1BBDD0

Tints of Iris Blue #1BBDD0

Color information

#1BBDD0 (or 0x1BBDD0) is unknown color: approx Iris Blue. HEX triplet: 1B, BD and D0. RGB value is (27,189,208). Sum of RGB (Red+Green+Blue) = 27+189+208=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BBDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDD0 is #E4422F. Grayscale: #8E8E8E. Windows color (decimal): -14959152 or 13679899. OLE color: 13679899.

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

Color convert

RGB27189208-
CMYK0.870.0900.18
HSL186.3º77.02%46.08%-
HSV(B)186.3º87.02%81.57%-
XYZ30.0341.1866.04-
YUV142.73164.8345.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.37%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 208 (81.64% from 255) = 49.06%
R=6.37%
G=44.58%
B=49.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal271892080.870.0900.18186.377.0246.08
Hex1BBDD0579012ba4d2e
Octal332753201271102227211556
Binary11011101111011101000010101111001010010101110101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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