#0DA8E0

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

Shades of Iris Blue #0DA8E0

Tints of Iris Blue #0DA8E0

Color information

#0DA8E0 (or 0x0DA8E0) is unknown color: approx Iris Blue. HEX triplet: 0D, A8 and E0. RGB value is (13,168,224). Sum of RGB (Red+Green+Blue) = 13+168+224=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #0DA8E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8E0 is #F2571F. Grayscale: #7F7F7F. Windows color (decimal): -15882016 or 14723085. OLE color: 14723085.

HSL color Cylindrical-coordinate representation of color #0DA8E0: hue angle of 195.92º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA8E0 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13168224-
CMYK0.940.2500.12
HSL195.92º89.03%46.47%-
HSV(B)195.92º94.2%87.84%-
XYZ27.6233.4775.53-
YUV128.04182.1545.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.21%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 224 (87.89% from 255) = 55.31%
R=3.21%
G=41.48%
B=55.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131682240.940.2500.12195.9289.0346.47
HexDA8E05E190Cc4592e
Octal152503401363101430413156
Binary1101101010001110000010111101100101100110001001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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