Html Css Color HEX #0DB5BA Iris Blue

📋 copy color: '#0DB5BA'

red 13 ◦ green 181 ◦ blue 186

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

Shades of Iris Blue #0DB5BA

Tints of Iris Blue #0DB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 3.42%
G = 47.63%
B = 48.95%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0DB5BA (or 0x0DB5BA) is known color: Iris Blue. HEX triplet: 0D, B5 and BA. RGB value is (13,181,186). Sum of RGB (Red+Green+Blue) = 13+181+186=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DB5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB5BA is #F24A45. Grayscale: #838383. Windows color (decimal): -15878726 or 12236045. OLE color: 12236045.

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

Color convert

RGB 13 181 186 -
CMYK 0.93 0.03 0 0.27
HSL 181.73º 0.87% 0.39% -
HSV(B) 181.73º 0.93% 0.73% -
XYZ 25.55 36.68 52.19 -
YUV 131.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 13 181 186 0.93 0.03 0 0.27 181.73 0.87 0.39
Hex D B5 BA 5D 3 0 1B B6 57 27
Octal 15 265 272 135 3 0 33 266 127 47
Binary 1101 10110101 10111010 1011101 11 0 11011 10110110 1010111 100111

Color Harmonies of #0DB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB5BA

Black with #0DB5BA

Text Example


Text Example

White with #0DB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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