#0DAED7

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

Shades of Iris Blue #0DAED7

Tints of Iris Blue #0DAED7

Color information

#0DAED7 (or 0x0DAED7) is unknown color: approx Iris Blue. HEX triplet: 0D, AE and D7. RGB value is (13,174,215). Sum of RGB (Red+Green+Blue) = 13+174+215=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DAED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAED7 is #F25128. Grayscale: #828282. Windows color (decimal): -15880489 or 14134797. OLE color: 14134797.

HSL color Cylindrical-coordinate representation of color #0DAED7: hue angle of 192.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAED7 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13174215-
CMYK0.940.1900.16
HSL192.18º88.6%44.71%-
HSV(B)192.18º93.95%84.31%-
XYZ27.5735.2669.64-
YUV130.54175.6644.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.23%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 215 (84.38% from 255) = 53.48%
R=3.23%
G=43.28%
B=53.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131742150.940.1900.16192.1888.644.71
HexDAED75E13010c0592d
Octal152563271362302030013155
Binary11011010111011010111101111010011010000110000001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,174,215); }

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

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

 a { background-color: rgb(13,174,215); }

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

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

 span { border-color: rgb(13,174,215); }

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