#1BB9C7

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

Shades of Iris Blue #1BB9C7

Tints of Iris Blue #1BB9C7

Color information

#1BB9C7 (or 0x1BB9C7) is unknown color: approx Iris Blue. HEX triplet: 1B, B9 and C7. RGB value is (27,185,199). Sum of RGB (Red+Green+Blue) = 27+185+199=411 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.57% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #1BB9C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB9C7 is #E44638. Grayscale: #8B8B8B. Windows color (decimal): -14960185 or 13089051. OLE color: 13089051.

HSL color Cylindrical-coordinate representation of color #1BB9C7: hue angle of 184.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BB9C7 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB27185199-
CMYK0.860.0700.22
HSL184.88º76.11%44.31%-
HSV(B)184.88º86.43%78.04%-
XYZ28.1139.0560.09-
YUV139.35161.6547.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.57%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 199 (78.12% from 255) = 48.42%
R=6.57%
G=45.01%
B=48.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal271851990.860.0700.22184.8876.1144.31
Hex1BB9C7567016b94c2c
Octal33271307126702627111454
Binary1101110111001110001111010110111010110101110011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,185,199); }

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

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

 a { background-color: rgb(27,185,199); }

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

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

 span { border-color: rgb(27,185,199); }

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