#0DB1C1

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

Shades of Iris Blue #0DB1C1

Tints of Iris Blue #0DB1C1

Color information

#0DB1C1 (or 0x0DB1C1) is unknown color: approx Iris Blue. HEX triplet: 0D, B1 and C1. RGB value is (13,177,193). Sum of RGB (Red+Green+Blue) = 13+177+193=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #0DB1C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB1C1 is #F24E3E. Grayscale: #818181. Windows color (decimal): -15879743 or 12693773. OLE color: 12693773.

HSL color Cylindrical-coordinate representation of color #0DB1C1: hue angle of 185.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB1C1 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13177193-
CMYK0.930.0800.24
HSL185.33º87.38%40.39%-
HSV(B)185.33º93.26%75.69%-
XYZ25.5135.3855.94-
YUV129.79163.6744.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.39%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=3.39%
G=46.21%
B=50.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131771930.930.0800.24185.3387.3840.39
HexDB1C15D8018b95728
Octal152613011351003027112750
Binary1101101100011100000110111011000011000101110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB1C1; }

 p { color: rgb(13,177,193); }

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

<style>
 a { background-color: #0DB1C1; }

 a { background-color: rgb(13,177,193); }

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

<style>
 span { border-color: #0DB1C1; }

 span { border-color: rgb(13,177,193); }

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