Html Css Color HEX #0DADDC Iris Blue

📋 copy color: '#0DADDC'

red 13 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #0DADDC

Tints of Iris Blue #0DADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 3.2%
G = 42.61%
B = 54.19%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DADDC (or 0x0DADDC) is known color: Iris Blue. HEX triplet: 0D, AD and DC. RGB value is (13,173,220). Sum of RGB (Red+Green+Blue) = 13+173+220=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADDC is #F25223. Grayscale: #828282. Windows color (decimal): -15880740 or 14462221. OLE color: 14462221.

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

Color convert

RGB 13 173 220 -
CMYK 0.94 0.21 0 0.14
HSL 193.62º 0.89% 0.46% -
HSV(B) 193.62º 0.94% 0.86% -
XYZ 28.03 35.14 73.02 -
YUV 130.52 178.49 44.18 -
System Red Green Blue C M Y K H S L
Decimal 13 173 220 0.94 0.21 0 0.14 193.62 0.89 0.46
Hex D AD DC 5E 15 0 E C2 59 2E
Octal 15 255 334 136 25 0 16 302 131 56
Binary 1101 10101101 11011100 1011110 10101 0 1110 11000010 1011001 101110

Color Harmonies of #0DADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADDC

Black with #0DADDC

Text Example


Text Example

White with #0DADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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