Html Css Color HEX #0DACB5 Iris Blue

📋 copy color: '#0DACB5'

red 13 ◦ green 172 ◦ blue 181

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

Shades of Iris Blue #0DACB5

Tints of Iris Blue #0DACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.45%

R = 3.55%
G = 46.99%
B = 49.45%

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

#0DACB5 (or 0x0DACB5) is known color: Iris Blue. HEX triplet: 0D, AC and B5. RGB value is (13,172,181). Sum of RGB (Red+Green+Blue) = 13+172+181=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #0DACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACB5 is #F2534A. Grayscale: #7D7D7D. Windows color (decimal): -15881035 or 11906061. OLE color: 11906061.

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

Color convert

RGB 13 172 181 -
CMYK 0.93 0.05 0 0.29
HSL 183.21º 0.87% 0.38% -
HSV(B) 183.21º 0.93% 0.71% -
XYZ 23.26 32.93 48.85 -
YUV 125.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 13 172 181 0.93 0.05 0 0.29 183.21 0.87 0.38
Hex D AC B5 5D 5 0 1D B7 57 26
Octal 15 254 265 135 5 0 35 267 127 46
Binary 1101 10101100 10110101 1011101 101 0 11101 10110111 1010111 100110

Color Harmonies of #0DACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACB5

Black with #0DACB5

Text Example


Text Example

White with #0DACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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