#13B1E1

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

Shades of Iris Blue #13B1E1

Tints of Iris Blue #13B1E1

Color information

#13B1E1 (or 0x13B1E1) is unknown color: approx Iris Blue. HEX triplet: 13, B1 and E1. RGB value is (19,177,225). Sum of RGB (Red+Green+Blue) = 19+177+225=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #13B1E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B1E1 is #EC4E1E. Grayscale: #868686. Windows color (decimal): -15486495 or 14790931. OLE color: 14790931.

HSL color Cylindrical-coordinate representation of color #13B1E1: hue angle of 193.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13B1E1 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19177225-
CMYK0.920.2100.12
HSL193.98º84.43%47.84%-
HSV(B)193.98º91.56%88.24%-
XYZ29.5837.0276.82-
YUV135.23178.6545.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.51%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=4.51%
G=42.04%
B=53.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191772250.920.2100.12193.9884.4347.84
Hex13B1E15C150Cc25430
Octal232613411342501430212460
Binary10011101100011110000110111001010101100110000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,177,225); }

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

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

 a { background-color: rgb(19,177,225); }

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

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

 span { border-color: rgb(19,177,225); }

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