#13B1DD

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

Shades of Iris Blue #13B1DD

Tints of Iris Blue #13B1DD

Color information

#13B1DD (or 0x13B1DD) is unknown color: approx Iris Blue. HEX triplet: 13, B1 and DD. RGB value is (19,177,221). Sum of RGB (Red+Green+Blue) = 19+177+221=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #13B1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B1DD is #EC4E22. Grayscale: #868686. Windows color (decimal): -15486499 or 14528787. OLE color: 14528787.

HSL color Cylindrical-coordinate representation of color #13B1DD: hue angle of 193.07º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B1DD is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19177221-
CMYK0.910.2000.13
HSL193.07º84.17%47.06%-
HSV(B)193.07º91.4%86.67%-
XYZ29.0436.873.98-
YUV134.77176.6545.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.56%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=4.56%
G=42.45%
B=53.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191772210.910.2000.13193.0784.1747.06
Hex13B1DD5B140Dc1542f
Octal232613351332401530112457
Binary10011101100011101110110110111010001101110000011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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