Html Css Color HEX #0DADC6 Iris Blue

📋 copy color: '#0DADC6'

red 13 ◦ green 173 ◦ blue 198

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

Shades of Iris Blue #0DADC6

Tints of Iris Blue #0DADC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 3.39%
G = 45.05%
B = 51.56%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0DADC6 (or 0x0DADC6) is known color: Iris Blue. HEX triplet: 0D, AD and C6. RGB value is (13,173,198). Sum of RGB (Red+Green+Blue) = 13+173+198=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADC6 is #F25239. Grayscale: #7F7F7F. Windows color (decimal): -15880762 or 13020429. OLE color: 13020429.

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

Color convert

RGB 13 173 198 -
CMYK 0.93 0.13 0 0.22
HSL 188.11º 0.88% 0.41% -
HSV(B) 188.11º 0.93% 0.78% -
XYZ 25.3 34.05 58.66 -
YUV 128.01 167.49 45.97 -
System Red Green Blue C M Y K H S L
Decimal 13 173 198 0.93 0.13 0 0.22 188.11 0.88 0.41
Hex D AD C6 5D D 0 16 BC 58 29
Octal 15 255 306 135 15 0 26 274 130 51
Binary 1101 10101101 11000110 1011101 1101 0 10110 10111100 1011000 101001

Color Harmonies of #0DADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADC6

Black with #0DADC6

Text Example


Text Example

White with #0DADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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