#13B2BC

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

Shades of Iris Blue #13B2BC

Tints of Iris Blue #13B2BC

Color information

#13B2BC (or 0x13B2BC) is unknown color: approx Iris Blue. HEX triplet: 13, B2 and BC. RGB value is (19,178,188). Sum of RGB (Red+Green+Blue) = 19+178+188=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #13B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2BC is #EC4D43. Grayscale: #838383. Windows color (decimal): -15486276 or 12366355. OLE color: 12366355.

HSL color Cylindrical-coordinate representation of color #13B2BC: hue angle of 183.55º 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 #13B2BC is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19178188-
CMYK0.900.0500.26
HSL183.55º81.64%40.59%-
HSV(B)183.55º89.89%73.73%-
XYZ25.2735.6153.12-
YUV131.6159.8247.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.94%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=4.94%
G=46.23%
B=48.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191781880.900.0500.26183.5581.6440.59
Hex13B2BC5A501Ab85229
Octal23262274132503227012251
Binary1001110110010101111001011010101011010101110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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