#0DC0B9

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

Shades of Iris Blue #0DC0B9

Tints of Iris Blue #0DC0B9

Color information

#0DC0B9 (or 0x0DC0B9) is unknown color: approx Iris Blue. HEX triplet: 0D, C0 and B9. RGB value is (13,192,185). Sum of RGB (Red+Green+Blue) = 13+192+185=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC0B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0B9 is #F23F46. Grayscale: #898989. Windows color (decimal): -15875911 or 12173325. OLE color: 12173325.

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

Color convert

RGB13192185-
CMYK0.9300.040.25
HSL177.65º87.32%40.2%-
HSV(B)177.65º93.23%75.29%-
XYZ27.7741.2952.4-
YUV137.68154.739.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.33%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=3.33%
G=49.23%
B=47.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131921850.9300.040.25177.6587.3240.2
HexDC0B95D0419b25728
Octal15300271135043126212750
Binary110111000000101110011011101010011001101100101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,185); }

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

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

 a { background-color: rgb(13,192,185); }

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

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

 span { border-color: rgb(13,192,185); }

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