Html Css Color HEX #0DADD7 Iris Blue

📋 copy color: '#0DADD7'

red 13 ◦ green 173 ◦ blue 215

#0DADD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0DADD7

Tints of Iris Blue #0DADD7

RGB

 RED value IS 13 (5.47% from 255) = 3.24%

 GREEN value IS 173 (67.97% from 255) = 43.14%

 BLUE value IS 215 (84.38% from 255) = 53.62%

R = 3.24%
G = 43.14%
B = 53.62%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0DADD7 (or 0x0DADD7) is known color: Iris Blue. HEX triplet: 0D, AD and D7. RGB value is (13,173,215). Sum of RGB (Red+Green+Blue) = 13+173+215=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DADD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADD7 is #F25228. Grayscale: #818181. Windows color (decimal): -15880745 or 14134541. OLE color: 14134541.

HSL color Cylindrical-coordinate representation of color #0DADD7: hue angle of 192.48º 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 #0DADD7 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 173 215 -
CMYK 0.94 0.20 0 0.16
HSL 192.48º 0.89% 0.45% -
HSV(B) 192.48º 0.94% 0.84% -
XYZ 27.38 34.88 69.58 -
YUV 129.95 175.99 44.58 -
System Red Green Blue C M Y K H S L
Decimal 13 173 215 0.94 0.20 0 0.16 192.48 0.89 0.45
Hex D AD D7 5E 14 0 10 C0 59 2D
Octal 15 255 327 136 24 0 20 300 131 55
Binary 1101 10101101 11010111 1011110 10100 0 10000 11000000 1011001 101101

Color Harmonies of #0DADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADD7

Black with #0DADD7

Text Example


Text Example

White with #0DADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DADD7;
 }
 .AnyTagClassName
 {
   color: #0DADD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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