#13B1BC

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

Shades of Iris Blue #13B1BC

Tints of Iris Blue #13B1BC

Color information

#13B1BC (or 0x13B1BC) is unknown color: approx Iris Blue. HEX triplet: 13, B1 and BC. RGB value is (19,177,188). Sum of RGB (Red+Green+Blue) = 19+177+188=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #13B1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B1BC is #EC4E43. Grayscale: #828282. Windows color (decimal): -15486532 or 12366099. OLE color: 12366099.

HSL color Cylindrical-coordinate representation of color #13B1BC: hue angle of 183.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B1BC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19177188-
CMYK0.900.0600.26
HSL183.91º81.64%40.59%-
HSV(B)183.91º89.89%73.73%-
XYZ25.0735.2153.05-
YUV131.01160.1548.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.95%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=4.95%
G=46.09%
B=48.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191771880.900.0600.26183.9181.6440.59
Hex13B1BC5A601Ab85229
Octal23261274132603227012251
Binary1001110110001101111001011010110011010101110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B1BC; }

 p { color: rgb(19,177,188); }

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

<style>
 a { background-color: #13B1BC; }

 a { background-color: rgb(19,177,188); }

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

<style>
 span { border-color: #13B1BC; }

 span { border-color: rgb(19,177,188); }

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