#0dbdc5

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

Shades of Iris Blue #0DBDC5

Tints of Iris Blue #0DBDC5

Color information

#0DBDC5 (or 0x0DBDC5) is unknown color: approx Iris Blue. HEX triplet: 0D, BD and C5. RGB value is (13,189,197). Sum of RGB (Red+Green+Blue) = 13+189+197=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #0DBDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDC5 is #F2423A. Grayscale: #898989. Windows color (decimal): -15876667 or 12958989. OLE color: 12958989.

HSL color Cylindrical-coordinate representation of color #0DBDC5: hue angle of 182.61º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDC5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13189197-
CMYK0.930.0400.23
HSL182.61º87.62%41.18%-
HSV(B)182.61º93.4%77.25%-
XYZ28.4440.5159.14-
YUV137.29161.6939.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.26%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 197 (77.34% from 255) = 49.37%
R=3.26%
G=47.37%
B=49.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131891970.930.0400.23182.6187.6241.18
HexDBDC55D4017b75829
Octal15275305135402726713051
Binary110110111101110001011011101100010111101101111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dbdc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,189,197); }

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

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

 a { background-color: rgb(13,189,197); }

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

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

 span { border-color: rgb(13,189,197); }

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