Html Css Color HEX #0DACB9 Iris Blue

📋 copy color: '#0DACB9'

red 13 ◦ green 172 ◦ blue 185

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

Shades of Iris Blue #0DACB9

Tints of Iris Blue #0DACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50%

R = 3.51%
G = 46.49%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0DACB9 (or 0x0DACB9) is known color: Iris Blue. HEX triplet: 0D, AC and B9. RGB value is (13,172,185). Sum of RGB (Red+Green+Blue) = 13+172+185=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #0DACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACB9 is #F25346. Grayscale: #7D7D7D. Windows color (decimal): -15881031 or 12168205. OLE color: 12168205.

HSL color Cylindrical-coordinate representation of color #0DACB9: hue angle of 184.53º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DACB9 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 172 185 -
CMYK 0.93 0.07 0 0.27
HSL 184.53º 0.87% 0.39% -
HSV(B) 184.53º 0.93% 0.73% -
XYZ 23.68 33.09 51.04 -
YUV 125.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 13 172 185 0.93 0.07 0 0.27 184.53 0.87 0.39
Hex D AC B9 5D 7 0 1B B9 57 27
Octal 15 254 271 135 7 0 33 271 127 47
Binary 1101 10101100 10111001 1011101 111 0 11011 10111001 1010111 100111

Color Harmonies of #0DACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACB9

Black with #0DACB9

Text Example


Text Example

White with #0DACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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