#13B4CA

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

Shades of Iris Blue #13B4CA

Tints of Iris Blue #13B4CA

Color information

#13B4CA (or 0x13B4CA) is unknown color: approx Iris Blue. HEX triplet: 13, B4 and CA. RGB value is (19,180,202). Sum of RGB (Red+Green+Blue) = 19+180+202=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #13B4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B4CA is #EC4B35. Grayscale: #868686. Windows color (decimal): -15485750 or 13284371. OLE color: 13284371.

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

Color convert

RGB19180202-
CMYK0.910.1100.21
HSL187.21º82.81%43.33%-
HSV(B)187.21º90.59%79.22%-
XYZ27.2537.0561.59-
YUV134.37166.1645.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.74%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=4.74%
G=44.89%
B=50.37%

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
Decimal191802020.910.1100.21187.2182.8143.33
Hex13B4CA5BB015bb532b
Octal232643121331302527312353
Binary10011101101001100101010110111011010101101110111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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