Html Css Color HEX #0DB3B6 Iris Blue

📋 copy color: '#0DB3B6'

red 13 ◦ green 179 ◦ blue 182

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

Shades of Iris Blue #0DB3B6

Tints of Iris Blue #0DB3B6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

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

R = 3.48%
G = 47.86%
B = 48.66%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0DB3B6 (or 0x0DB3B6) is known color: Iris Blue. HEX triplet: 0D, B3 and B6. RGB value is (13,179,182). Sum of RGB (Red+Green+Blue) = 13+179+182=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #0DB3B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3B6 is #F24C49. Grayscale: #818181. Windows color (decimal): -15879242 or 11973389. OLE color: 11973389.

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

Color convert

RGB 13 179 182 -
CMYK 0.93 0.02 0 0.29
HSL 181.07º 0.87% 0.38% -
HSV(B) 181.07º 0.93% 0.71% -
XYZ 24.73 35.7 49.84 -
YUV 129.71 157.5 44.76 -
System Red Green Blue C M Y K H S L
Decimal 13 179 182 0.93 0.02 0 0.29 181.07 0.87 0.38
Hex D B3 B6 5D 2 0 1D B5 57 26
Octal 15 263 266 135 2 0 35 265 127 46
Binary 1101 10110011 10110110 1011101 10 0 11101 10110101 1010111 100110

Color Harmonies of #0DB3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB3B6

Black with #0DB3B6

Text Example


Text Example

White with #0DB3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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