#13B3CA

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

Shades of Iris Blue #13B3CA

Tints of Iris Blue #13B3CA

Color information

#13B3CA (or 0x13B3CA) is unknown color: approx Iris Blue. HEX triplet: 13, B3 and CA. RGB value is (19,179,202). Sum of RGB (Red+Green+Blue) = 19+179+202=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #13B3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B3CA is #EC4C35. Grayscale: #858585. Windows color (decimal): -15486006 or 13284115. OLE color: 13284115.

HSL color Cylindrical-coordinate representation of color #13B3CA: hue angle of 187.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B3CA is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19179202-
CMYK0.910.1100.21
HSL187.54º82.81%43.33%-
HSV(B)187.54º90.59%79.22%-
XYZ27.0536.6461.52-
YUV133.78166.4946.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.75%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=4.75%
G=44.75%
B=50.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191792020.910.1100.21187.5482.8143.33
Hex13B3CA5BB015bc532b
Octal232633121331302527412353
Binary10011101100111100101010110111011010101101111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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