Html Css Color HEX #0DB4BA Iris Blue

📋 copy color: '#0DB4BA'

red 13 ◦ green 180 ◦ blue 186

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

Shades of Iris Blue #0DB4BA

Tints of Iris Blue #0DB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

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

R = 3.43%
G = 47.49%
B = 49.08%

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

#0DB4BA (or 0x0DB4BA) is known color: Iris Blue. HEX triplet: 0D, B4 and BA. RGB value is (13,180,186). Sum of RGB (Red+Green+Blue) = 13+180+186=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DB4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB4BA is #F24B45. Grayscale: #828282. Windows color (decimal): -15878982 or 12235789. OLE color: 12235789.

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

Color convert

RGB 13 180 186 -
CMYK 0.93 0.03 0 0.27
HSL 182.08º 0.87% 0.39% -
HSV(B) 182.08º 0.93% 0.73% -
XYZ 25.35 36.27 52.12 -
YUV 130.75 159.17 44.01 -
System Red Green Blue C M Y K H S L
Decimal 13 180 186 0.93 0.03 0 0.27 182.08 0.87 0.39
Hex D B4 BA 5D 3 0 1B B6 57 27
Octal 15 264 272 135 3 0 33 266 127 47
Binary 1101 10110100 10111010 1011101 11 0 11011 10110110 1010111 100111

Color Harmonies of #0DB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB4BA

Black with #0DB4BA

Text Example


Text Example

White with #0DB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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