#0DACC8

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

Shades of Iris Blue #0DACC8

Tints of Iris Blue #0DACC8

Color information

#0DACC8 (or 0x0DACC8) is unknown color: approx Iris Blue. HEX triplet: 0D, AC and C8. RGB value is (13,172,200). Sum of RGB (Red+Green+Blue) = 13+172+200=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #0DACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACC8 is #F25337. Grayscale: #7F7F7F. Windows color (decimal): -15881016 or 13151245. OLE color: 13151245.

HSL color Cylindrical-coordinate representation of color #0DACC8: hue angle of 188.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACC8 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13172200-
CMYK0.940.1400.22
HSL188.98º87.79%41.76%-
HSV(B)188.98º93.5%78.43%-
XYZ25.3433.7659.82-
YUV127.65168.8246.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.38%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 200 (78.52% from 255) = 51.95%
R=3.38%
G=44.68%
B=51.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131722000.940.1400.22188.9887.7941.76
HexDACC85EE016bd582a
Octal152543101361602627513052
Binary1101101011001100100010111101110010110101111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,172,200); }

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

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

 a { background-color: rgb(13,172,200); }

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

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

 span { border-color: rgb(13,172,200); }

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