#13B6D4

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

Shades of Iris Blue #13B6D4

Tints of Iris Blue #13B6D4

Color information

#13B6D4 (or 0x13B6D4) is unknown color: approx Iris Blue. HEX triplet: 13, B6 and D4. RGB value is (19,182,212). Sum of RGB (Red+Green+Blue) = 19+182+212=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #13B6D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B6D4 is #EC492B. Grayscale: #888888. Windows color (decimal): -15485228 or 13940243. OLE color: 13940243.

HSL color Cylindrical-coordinate representation of color #13B6D4: hue angle of 189.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B6D4 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19182212-
CMYK0.910.1400.17
HSL189.33º83.55%45.29%-
HSV(B)189.33º91.04%83.14%-
XYZ28.8838.3568.17-
YUV136.68170.544.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.60%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 212 (83.20% from 255) = 51.33%
R=4.60%
G=44.07%
B=51.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191822120.910.1400.17189.3383.5545.29
Hex13B6D45BE011bd542d
Octal232663241331602127512455
Binary10011101101101101010010110111110010001101111011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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