Html Css Color HEX #0DB2BE Iris Blue

📋 copy color: '#0DB2BE'

red 13 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #0DB2BE

Tints of Iris Blue #0DB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 3.41%
G = 46.72%
B = 49.87%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0DB2BE (or 0x0DB2BE) is known color: Iris Blue. HEX triplet: 0D, B2 and BE. RGB value is (13,178,190). Sum of RGB (Red+Green+Blue) = 13+178+190=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DB2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB2BE is #F24D41. Grayscale: #818181. Windows color (decimal): -15879490 or 12497421. OLE color: 12497421.

HSL color Cylindrical-coordinate representation of color #0DB2BE: hue angle of 184.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB2BE is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 178 190 -
CMYK 0.93 0.06 0 0.25
HSL 184.07º 0.87% 0.4% -
HSV(B) 184.07º 0.93% 0.75% -
XYZ 25.38 35.64 54.26 -
YUV 130.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 13 178 190 0.93 0.06 0 0.25 184.07 0.87 0.4
Hex D B2 BE 5D 6 0 19 B8 57 28
Octal 15 262 276 135 6 0 31 270 127 50
Binary 1101 10110010 10111110 1011101 110 0 11001 10111000 1010111 101000

Color Harmonies of #0DB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB2BE

Black with #0DB2BE

Text Example


Text Example

White with #0DB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,178,190); }

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

background-color css

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

 a { background-color: rgb(13,178,190); }

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

border-color css

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

 span { border-color: rgb(13,178,190); }

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