Html Css Color HEX #0DADB6 Iris Blue

📋 copy color: '#0DADB6'

red 13 ◦ green 173 ◦ blue 182

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

Shades of Iris Blue #0DADB6

Tints of Iris Blue #0DADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 3.53%
G = 47.01%
B = 49.46%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0DADB6 (or 0x0DADB6) is known color: Iris Blue. HEX triplet: 0D, AD and B6. RGB value is (13,173,182). Sum of RGB (Red+Green+Blue) = 13+173+182=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #0DADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADB6 is #F25249. Grayscale: #7D7D7D. Windows color (decimal): -15880778 or 11971853. OLE color: 11971853.

HSL color Cylindrical-coordinate representation of color #0DADB6: hue angle of 183.2º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DADB6 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 173 182 -
CMYK 0.93 0.05 0 0.29
HSL 183.2º 0.87% 0.38% -
HSV(B) 183.2º 0.93% 0.71% -
XYZ 23.55 33.35 49.45 -
YUV 126.19 159.49 47.27 -
System Red Green Blue C M Y K H S L
Decimal 13 173 182 0.93 0.05 0 0.29 183.2 0.87 0.38
Hex D AD B6 5D 5 0 1D B7 57 26
Octal 15 255 266 135 5 0 35 267 127 46
Binary 1101 10101101 10110110 1011101 101 0 11101 10110111 1010111 100110

Color Harmonies of #0DADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADB6

Black with #0DADB6

Text Example


Text Example

White with #0DADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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