#0DABC5

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

Shades of Iris Blue #0DABC5

Tints of Iris Blue #0DABC5

Color information

#0DABC5 (or 0x0DABC5) is unknown color: approx Iris Blue. HEX triplet: 0D, AB and C5. RGB value is (13,171,197). Sum of RGB (Red+Green+Blue) = 13+171+197=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #0DABC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABC5 is #F2543A. Grayscale: #7E7E7E. Windows color (decimal): -15881275 or 12954381. OLE color: 12954381.

HSL color Cylindrical-coordinate representation of color #0DABC5: hue angle of 188.48º 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 #0DABC5 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13171197-
CMYK0.930.1300.23
HSL188.48º87.62%41.18%-
HSV(B)188.48º93.4%77.25%-
XYZ24.8133.2457.93-
YUV126.72167.6546.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.41%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 197 (77.34% from 255) = 51.71%
R=3.41%
G=44.88%
B=51.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131711970.930.1300.23188.4887.6241.18
HexDABC55DD017bc5829
Octal152533051351502727413051
Binary1101101010111100010110111011101010111101111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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