#13B3D0

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

Shades of Iris Blue #13B3D0

Tints of Iris Blue #13B3D0

Color information

#13B3D0 (or 0x13B3D0) is unknown color: approx Iris Blue. HEX triplet: 13, B3 and D0. RGB value is (19,179,208). Sum of RGB (Red+Green+Blue) = 19+179+208=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #13B3D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B3D0 is #EC4C2F. Grayscale: #868686. Windows color (decimal): -15486000 or 13677331. OLE color: 13677331.

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

Color convert

RGB19179208-
CMYK0.910.1400.18
HSL189.21º83.26%44.51%-
HSV(B)189.21º90.87%81.57%-
XYZ27.7736.9365.34-
YUV134.47169.4945.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.68%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 208 (81.64% from 255) = 51.23%
R=4.68%
G=44.09%
B=51.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191792080.910.1400.18189.2183.2644.51
Hex13B3D05BE012bd532d
Octal232633201331602227512355
Binary10011101100111101000010110111110010010101111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,179,208); }

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

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

 a { background-color: rgb(19,179,208); }

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

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

 span { border-color: rgb(19,179,208); }

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