Html Css Color HEX #0DACB6 Iris Blue

📋 copy color: '#0DACB6'

red 13 ◦ green 172 ◦ blue 182

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

Shades of Iris Blue #0DACB6

Tints of Iris Blue #0DACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

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

R = 3.54%
G = 46.87%
B = 49.59%

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

#0DACB6 (or 0x0DACB6) is known color: Iris Blue. HEX triplet: 0D, AC and B6. RGB value is (13,172,182). Sum of RGB (Red+Green+Blue) = 13+172+182=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #0DACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACB6 is #F25349. Grayscale: #7D7D7D. Windows color (decimal): -15881034 or 11971597. OLE color: 11971597.

HSL color Cylindrical-coordinate representation of color #0DACB6: hue angle of 183.55º 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 #0DACB6 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 172 182 -
CMYK 0.93 0.05 0 0.29
HSL 183.55º 0.87% 0.38% -
HSV(B) 183.55º 0.93% 0.71% -
XYZ 23.36 32.97 49.39 -
YUV 125.6 159.82 47.69 -
System Red Green Blue C M Y K H S L
Decimal 13 172 182 0.93 0.05 0 0.29 183.55 0.87 0.38
Hex D AC B6 5D 5 0 1D B8 57 26
Octal 15 254 266 135 5 0 35 270 127 46
Binary 1101 10101100 10110110 1011101 101 0 11101 10111000 1010111 100110

Color Harmonies of #0DACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACB6

Black with #0DACB6

Text Example


Text Example

White with #0DACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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