#13C1D0

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

Shades of Iris Blue #13C1D0

Tints of Iris Blue #13C1D0

Color information

#13C1D0 (or 0x13C1D0) is unknown color: approx Iris Blue. HEX triplet: 13, C1 and D0. RGB value is (19,193,208). Sum of RGB (Red+Green+Blue) = 19+193+208=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #13C1D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C1D0 is #EC3E2F. Grayscale: #8E8E8E. Windows color (decimal): -15482416 or 13680915. OLE color: 13680915.

HSL color Cylindrical-coordinate representation of color #13C1D0: hue angle of 184.76º 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 #13C1D0 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19193208-
CMYK0.910.0700.18
HSL184.76º83.26%44.51%-
HSV(B)184.76º90.87%81.57%-
XYZ30.7242.8366.32-
YUV142.68164.8539.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.52%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 208 (81.64% from 255) = 49.52%
R=4.52%
G=45.95%
B=49.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191932080.910.0700.18184.7683.2644.51
Hex13C1D05B7012b9532d
Octal23301320133702227112355
Binary1001111000001110100001011011111010010101110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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