#0DA8C2

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

Shades of Iris Blue #0DA8C2

Tints of Iris Blue #0DA8C2

Color information

#0DA8C2 (or 0x0DA8C2) is unknown color: approx Iris Blue. HEX triplet: 0D, A8 and C2. RGB value is (13,168,194). Sum of RGB (Red+Green+Blue) = 13+168+194=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #0DA8C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8C2 is #F2573D. Grayscale: #7C7C7C. Windows color (decimal): -15882046 or 12757005. OLE color: 12757005.

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

Color convert

RGB13168194-
CMYK0.930.1300.24
HSL188.62º87.44%40.59%-
HSV(B)188.62º93.3%76.08%-
XYZ23.9131.9955.95-
YUV124.62167.1548.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.47%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 194 (76.17% from 255) = 51.73%
R=3.47%
G=44.8%
B=51.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131681940.930.1300.24188.6287.4440.59
HexDA8C25DD018bd5729
Octal152503021351503027512751
Binary1101101010001100001010111011101011000101111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,168,194); }

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

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

 a { background-color: rgb(13,168,194); }

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

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

 span { border-color: rgb(13,168,194); }

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