#13B6D6

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

Shades of Iris Blue #13B6D6

Tints of Iris Blue #13B6D6

Color information

#13B6D6 (or 0x13B6D6) is unknown color: approx Iris Blue. HEX triplet: 13, B6 and D6. RGB value is (19,182,214). Sum of RGB (Red+Green+Blue) = 19+182+214=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #13B6D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B6D6 is #EC4929. Grayscale: #888888. Windows color (decimal): -15485226 or 14071315. OLE color: 14071315.

HSL color Cylindrical-coordinate representation of color #13B6D6: hue angle of 189.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B6D6 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19182214-
CMYK0.910.1500.16
HSL189.85º83.69%45.69%-
HSV(B)189.85º91.12%83.92%-
XYZ29.1338.4569.5-
YUV136.91171.543.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.58%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 214 (83.98% from 255) = 51.57%
R=4.58%
G=43.86%
B=51.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191822140.910.1500.16189.8583.6945.69
Hex13B6D65BF010be542e
Octal232663261331702027612456
Binary10011101101101101011010110111111010000101111101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,182,214); }

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

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

 a { background-color: rgb(19,182,214); }

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

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

 span { border-color: rgb(19,182,214); }

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